Building Your First Web Page

Class #6

We are typing in "Notepad" (found in Windows Accessories) Return to Class Index
Action:   Example:
Add Tables to help format page
  • <TABLE> starts table
  • <TR> starts first row
  • <TD>cell #1</TD>
  • <TD>cell #2</TD>
  • <TD>cell #3<.TD>
  • </TR> ends first row
  • repeat the process for row 2
  • browser will size table by items in each cell
  • </TABLE> ends table

Note: <TABLE width="100%"> will spread the table across the entire page.

You may add text or graphics in any cell.

Insert "&nbsp;" to create a blank space

Save work

  • save as "testpage.htm" in the directory of your choice
  <TABLE width="100%">

<TR>

<TD><IMG SRC="ilogoa.gif"></TD>

<TD> &nbsp;</TD>

<TD><IMG SRC="winlogo.gif"></TD>

</TR>

<TR>

<TD>Here is our

<A HREF="http://www.inetmarketing.com">

location on the Internet! </A></TD>

<TD>&nbsp;</TD>

<TD>Do You

<A HERF="http://www.win.net">

Need a Great Connection! </A>

</TD

</TR>

</TABLE>

Action:   Results:
  • Start you browser
  • Click on "file" & "open"
  • Find "testpage.htm" in the directory you saved it and open file
  (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

 

 

Return to Class Schedule