How Do You Create A Web Page Using Notepad?
Notepad, a program that is included with most versions of Microsoft Windows including Windows Vista, is a very simple, easy-to-use text editor. You can use Notepad to build basic web pages. You can run Notepad by selecting Start, run, and then enter ‘Notepad’ and select OK. To run a program in Windows Vista, enter the program name in the text box and select ENTER. Every web page requires an HTML tag pair. There is much more that can be added to the HTML tag but that information is content for another article. To find out more refer to http://www.w3schools.com/tags/tag_html.asp and http://www.w3schools.com/tags/att_html_xmlns.asp. Add the HEAD and TITLE tags. The title appears in the upper left hand part of a browser window. The HEAD tag area is used for scripting and style settings which may be applied to your web page. Refer to http://www.w3schools.com/tags/tag_head.asp for more information. Add the BODY tag and save the document. Select File, Save As from the Notepad menu. Enter quot