CREATING A WEBPAGE - Process
|
A process for creating simple webpages |
|
In this process we will
|
THE PROCESS
1. OPEN NOTEPAD Start, Programs, Accessories, Notepad 2. TYPE HTML TAGS <HTML><HEAD> <TITLE> Example</TITLE></HEAD> etc....</HTML> 3. SAVE AS .HTML FILE File, SaveAs, "filename.html" 4. TEST IN BROWSER Open the webpage in your browser. File, Open, location of HTML file, OK. Most wordprocessing programs should be able to save to text. Try to use lower-case characters whenever possible for filenames.
End of Lesson