![]() |
HTML - Getting Started |
|||||||
|
Getting Started Create a new folder on your disk/USB key/desktop named web_site. It is important not to use spaces in folder or file names as they will not display properly in the browser. Open Notepad from the Start Menu and enter the basic tags as below. These are needed on every page so save as template.htm before you add any text, then save as index.htm.
HTML tags or elements, are either empty tags or container tags. An empty tag doesn't need to be closed eg <hr> inserts a horizontal rule and doesn't need to be closed. However if you use the bold tag <b> all text from that point on will be bold unless you close the tag </b> A list of common tags can be found here Viewing your pages
Internet Explorer will now open offline with your web page displayed. NB your site is NOT live yet! Making changes
The changes should now be displayed on your web page. Opening another page in Internet Explorer
Next: Getting Going
|