| Stuart Blythe | Creating
Your Own Web Pages from Scratch: Seven Initial Steps
The best way to learn HTML is to start creating a page and to learn the necessary code as you go along. Don't bother trying to learn a lot of code ahead of time. Just jump right in. You can use a basic word processing program such as Notepad to enter code and text. Follow these instructions, and you'll be on your way to Web authorship: 1. Open the Notepad program available on Windows 3.1 or Windows 95. You'll most likely find the application in the Accessories window. 2. For the first line of the page, type <html> and hit the Enter key to move the cursor to a new line 3. Type <title> and then type in the title you want for your page. Then type </title>and hit the Enter key. 4. Type <h1> and then type in the first heading you want for your page. Then type </h1> and hit the Enter key. 5. Type <p> to insert a blank line; his the Enter key; and type <hr> to insert a solid horizontal line. Your file should now look something like this:
7. Open Netscape. Open the File menu, and choose Open File. Then select the a: drive and click on your file (e.g., home.htm). If all has worked correctly, you should see your first heading plus
the line that you inserted. After that you can return to your Notepad
program
and begin to add other elements to your page. Take a look at the Basic
Codes section for guidance on other types of coding for your page.
|
last revised 04.04.00