Chapter 2: How to create HTML files?

By following the below steps, we can create the HTML files successfully and able to run your first HTML page in browsers.

Step 1: Open any text editor which you have in your computer. I’m using sublime text editor which is free.

Open html text editor

Step 2: Write the HTML code inside the text editor and save as “index.html” or “index.htm” in your folder. Find the screenshot below.

Save the html page

Step 3: Navigate to index.html file where you have saved. Right click and open with any of your browser. I’m using Google chrome browser to run the HTML file.

Run the html page in the browser

By using the above steps you can able to run the HTML file successfully in browsers. After compiling the page successfully, you can see the page in the browser.

W3TWEAKS
Latest posts by W3TWEAKS (see all)

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *