Showing posts with label highlighted. Show all posts
Showing posts with label highlighted. Show all posts

Thursday, 4 February 2016

How to Use an HTML in XAMPPIn Feburary 2016 04,

In Feburary 2016 04,
Go to 'Start' on the Windows taskbar and type 'XAMPP' into the search box. Select 'XAMPP Control Panel' and press the 'Enter' key. Start Apache from the XAMPP Control Panel. Apache is ready for use once you see the word 'Running' highlighted in green.
Go to 'Start' and open 'Computer.' Navigate to your XAMPP folder, normally found as a top-level folder under your computer's main hard drive. Open the htdocs folder.
Open 'Computer' again and navigate to the folder where you keep your HTML files. If you do not already have any HTML files created, create one and save it to the htdocs folder under the XAMPP folder. Copy and paste your HTML files, if you find any, in to the htdocs folder.
Start your Web browser and type 'localhost/filename.html' into the address bar. Press 'Enter' and watch your HTML file load as a Web page. Now your Apache server that came with XAMPP is serving your Web pages.
In Feburary 2016 04,