|
One-Hour HTML Tutorial
Introduction: What you will need
To create HTML pages, you will need the following:
- A Browser (MS Internet Explorer, Netscape Navigator)
- A Text Editor (MS NotePad, MS WordPad)
The process of creating an HTML is as follows:
- Type out each lesson (code) in NotePad.
- Save the lesson (file) with an .html extension.
- Then open the file up in MS Internet Explorer.
To edit an existing HTML page:
- Open the file up in MS Internet Explorer.
- Open the same file up in NotePad.
- Edit the file as desired.
- Save the file after making changes.
- Go back to MS IE and refresh page to see changes.
NOTE: Right-click on page and click Refresh on menu.
- TIP:
- Right-click on page and click View Source to see code.
|