Creating a Webpage
Posted in HTML Tutorials | Email This PostFor creating a webpage all you need is a Editor and Browser
Steps for creating a Webpage
1. Open a text editor E.g. Notepad.
2. Write the proper HTML code.(See basics here). For more tags click here
3. Save the HTML code in a file having extension .html
Notepad by default will add a “.txt” extension to every file it saves. To make sure it will save your file with an “.html” extension you need to change “Save as type” setting in “Save file” window to “All files” and type name.html when you put name to your file.
4. Double click on the file and it will open in the browser( Internet explorer, Firefox, Opera, Chrome or any other you have in your computer or laptop.