Building Your First Web Page

Class #3

We are typing in "Notepad" (found in Windows Accessories) Return to Class Index
Action:   Example:
Add a "Heading"
  • Tag: <H1> </H1>
  •  
  • Save as "testpage.htm" in directory of your choice.

Very the type size by changing the number:

  • <h1> main heading </h1>
  • <h2> sub headings </h2>
  • <h3> sub-headings </h3>
  • <h4> sub-headings </h4>
  • <h5> sub-headings </h5>
  • <h6> sub-headings </h6>
  <HEAD>

<TITLE>

Test Page

</TITLE>

</HEAD>

</BODY>

<H1> Building Your First Web Page</H1>

<H2> HTML 101 </H2>

This is what will be seen on the Internet. We will build our web site between the "body" tags.

</BODY>

</HTML>

Action:   Results:
  • Start you browser
  • Click on "file" & "open"
  • Find "testpage.htm" in the directory you saved it and open file
  The "headings" should be at the top of the page. (If you see the last lesson, try the "refresh" or "reload" button on your browser.)

Our example page is HERE

Questions?

Ask: John Henderson

Return to Class Index Copyright ©1997-2004

I-Net Marketing