Save this page to your DEL.ICIO.US account and TAG it there
Vance's e-Zguide to creating simple HTML files (in Notepad, or any text editor)
Step 12 - Formatting on the screen using Tables

Navigate this site
Back to 11 | Browse Index | Review

<HTML>    
  <HEAD>  
    <TITLE>Vance's web page</TITLE>
  </HEAD>  
  <BODY BGCOLOR="#000000" TEXT="#FFFFFF">
    <P> <A HREF="starthere.htm">Go back to the Table of Contents</A><BR>
    <A HREF="http://www.vancestevens.com/vance.htm">More about Vance</A></P>
    <HR>
    <CENTER>
    <TABLE BORDER="1" CELLSPACING="5">
      <TR>    
        <TD>  
          <P><FONT SIZE="+1">Hi, my name is Vance.</FONT ><BR>
          <I>I'm a teacher.</I></P>
        </TD>  
        <TD>  
          <P><IMG SRC="vance.gif"></P>
        </TD>  
      </TR>    
    </TABLE">
    </CENTER>
  </BODY>  
</HTML>    

Try it: Compare step 11 with this page.

Concept: Control placement of text, images, and other elements on a page by setting up TABLES.

Explanation:

What else is there?

Navigate this site
Back to 11 | Browse Index | Review

For comments, suggestions, or further information on this page,
contact Vance Stevens, page author and webmaster.

Last updated: January 22, 2008 - 08:30 UTC (GMT)

Copyright 2008 by Vance Stevens
under Creative Commons License: http://creativecommons.org/licenses/by-nc-sa/2.5/