Site hosted by Angelfire.com: Build your free website today!

 

 

Creating your Webpage Document

  1. Open NotePad. Notepad can found by clicking Start > Programs > Accessories > Notepad.

  2. In the Notepad Untitled document enter you HTML code. You can copy (Ctrl c + Ctrl v) the HTML code from the previous page or begin to write the HTML code from scratch. Remember the basic HTML structure is necessary.

    <html>
    <head>
    <title>Webpage Title</title>
    </head>
    <body>
    </body>
    </html>

  3. Save the document (File > Save ). Give your document a name relevant to its content, example "myhomepage.html". Remember the directory where you saved your file. It would be a good idea to create a specific directory for the tutorial files.

  4. You MUST save the file with a .html or .htm extension.

Viewing your Webpage in your Browser

Once you have your HTML document on your hard drive, you can open it in your browser to view your results.

  1. Open Interent Explorer or Netscape.

  2. To view your newly created webpage selet "Open" (or "Open Page") in the File menu of your browser.

  3. A dialog box will appear. Select "Browse" (or "Choose File") and locate the HTML file you just created - "myhomepage.html".

  4. Select your file and click "Open". Click OK, and the browser will display the page.

The browser has interpreted the HTML commands in your document for you and displayed the Web page.

 

 

HTML OverviewHTML RequirementsHTML TagsHTML Document StructureViewing HTML Source CodeHTML Heading TagHTML Paragraph TagHTML Line Break TagHTML Comment TagHTML Horizontal Rule TagHTML Block Quote TagsHTML Font Size AttributeHTML Font Colour TagHTML Font Type TagHTML Teletype TagHTML Alignment TagHTML Ordered ListsHTML Unordered ListsHTML Definition ListsHTML Anchored Link TagsHTML Mailto Link TagsHTML Image TagsHTML Quick Reference GuidePublishing your Website