Zorro's HTML Reference ©2004
Version 4.0   May 28, 2004
Check out my home page here...
Bruce a.k.a. Zorro Larrabee

For HIGH SPEED AUTOMATIC creation of web pages from ordinary text files download my utility Text2Html at www.westbrookent.com/shareware.htm

Back to Main Page


CONTENTS
  • Text Markup
  • Image Formating
  • Font Size
  • Font Colors
  • Inserting Spaces
  • Text Formatting
  • Preformatted Text
  • Control Text
  • New Paragraph
  • New Paragraph Right Aligned
  • New Paragraph Center Aligned
  • New Paragraph Left Aligned
  • Blockquote
  • Div Align Left
  • Div Align Center
  • Div Align Right
  • Horizontal and Vertical Spacing
  • Multi-Column Text
  • Tables
  • Meta Element



  • Text Markup

    <H1> This is H1 text.</H1>

    <H2> This is H2 text.</H2>

    <H3> This is H3 text.</H3>

    <H4> This is H4 text.</H4>

    <H5> This is H5 text.</H5>
    <H6> This is H6 text.</H6>
    <B> This is BOLD text.</B>

    <I> This is ITALIC text.</I>

    <TT> This is TELETYPE STYLE text.</TT>

    <CITE> This is CITATION STYLE text.</CITE>

    <CODE> This is CODE STYLE text.</CODE>

    <EM> This is EMPHAsize text.</EM>

    <STRONG> This is STRONG text.</STRONG>

    Back to CONTENTS


    Image Formating


    Default image formating... none...



    Actual image size is 376 x 240...




    Image width equals 96% of window...
    Code is...


    <IMG SRC="images/BlueUrn3.jpg" width=96%>




    Image width equals 48% of window...
    Code is...


    <IMG SRC="images/BlueUrn3.jpg" width=48%>




    Image height equals 90% of window...
    Change your window height to check out how this works...
    Code is...


    <IMG SRC="images/BlueUrn3.jpg" HEIGHT=90%>




    Image height AND width equal 60% of window...
    Change your window height and/or width to check out how this works...
    Code is...


    <IMG SRC="images/BlueUrn3.jpg" HEIGHT=60% width=60%>




    Image with 24 pixel space from side of window top & bottom and both sides...
    Code is...


    <IMG SRC="images/BlueUrn3.jpg" HSPACE=24 VSPACE=24>




    Image with a 12 pixel border around it...
    Code is...


    <IMG SRC="images/BlueUrn3.jpg" BORDER=12>




    Image with a 12 pixel border around it... Centered...
    Code is...


    <center> <IMG SRC="images/BlueUrn3.jpg" BORDER=12> </center>




    Back to CONTENTS


    Font Size

    <font size="1"> This is font size=1 text. </font>

    <font size="2"> This is font size=2 text. </font>

    <font size="3"> This is font size=3 text. </font>

    <font size="4"> This is font size=4 text. </font>

    <font size="5"> This is font size=5 text. </font>

    <font size="6"> This is font size=6 text. </font>

    <font size="7">
    This is font size=7 text.
    </font>


    Back to CONTENTS


    Font Colors


    <font color=alice> This is font color=alice text. </font>
    <font color=antiquewhite> This is font color=antiquewhite text. </font>
    <font color=aqua> This is font color=aqua text. </font>
    <font color=aquamarine> This is font color=aquamarine text. </font>
    <font color=azure> This is font color=azure text. </font>
    <font color=beige> This is font color=beige text. </font>
    <font color=blackbisque> This is font color=blackbisque text. </font>
    <font color=blanchedalmond> This is font color=blanchedalmond text. </font>
    <font color=blue> This is font color=blue text. </font>
    <font color=bluecoral> This is font color=bluecoral text. </font>
    <font color=blueviolet> This is font color=blueviolet text. </font>
    <font color=burlywood> This is font color=burlywood text. </font>
    <font color=brown> This is font color=brown text. </font>
    <font color=cadetblue> This is font color=cadetblue text. </font>
    <font color=chartreuse> This is font color=chartreuse text. </font>
    <font color=chocolate> This is font color=chocolate text. </font>
    <font color=cornflower> This is font color=cornflower text. </font>
    <font color=cornsilk> This is font color=cornsilk text. </font>
    <font color=crimson> This is font color=crimson text. </font>
    <font color=cyan> This is font color=cyan text. </font>
    <font color=darkblue> This is font color=darkblue text. </font>
    <font color=darkcyan> This is font color=darkcyan text. </font>
    <font color=darkgoldenrod> This is font color=darkgoldenrod text. </font>
    <font color=darkgray> This is font color=darkgray text. </font>
    <font color=darkgreen> This is font color=darkgreen text. </font>
    <font color=darkkhaki> This is font color=darkkhaki text. </font>
    <font color=darkmagenta> This is font color=darkmagenta text. </font>
    <font color=darkolivegreen> This is font color=darkolivegreen text. </font>
    <font color=darkorange> This is font color=darkorange text. </font>
    <font color=darkorchid> This is font color=darkorchid text. </font>
    <font color=darkred> This is font color=darkred text. </font>
    <font color=darksalmon> This is font color=darksalmon text. </font>
    <font color=darkseagreen> This is font color=darkseagreen text. </font>
    <font color=darkslateblue> This is font color=darkslateblue text. </font>
    <font color=darkslategray> This is font color=darkslategray text. </font>
    <font color=darkturquoise> This is font color=darkturquoise text. </font>
    <font color=darkviolet> This is font color=darkviolet text. </font>
    <font color=deeppink> This is font color=deeppink text. </font>
    <font color=deepskyblue> This is font color=deepskyblue text. </font>
    <font color=dimgray> This is font color=dimgray text. </font>
    <font color=dodgerblue> This is font color=dodgerblue text. </font>
    <font color=drabolive> This is font color=drabolive text. </font>
    <font color=firebrick> This is font color=firebrick text. </font>
    <font color=floralwhite> This is font color=floralwhite text. </font>
    <font color=forestgreen> This is font color=forestgreen text. </font>
    <font color=fuchsia> This is font color=fuchsia text. </font>
    <font color=gainsboro> This is font color=gainsboro text. </font>
    <font color=ghostwhite> This is font color=ghostwhite text. </font>
    <font color=gold> This is font color=gold text. </font>
    <font color=goldenrod> This is font color=goldenrod text. </font>
    <font color=gray> This is font color=gray text. </font>
    <font color=green> This is font color=green text. </font>
    <font color=greenyellow> This is font color=greenyellow text. </font>
    <font color=honeydew> This is font color=honeydew text. </font>
    <font color=hotpink> This is font color=hotpink text. </font>
    <font color=indianred> This is font color=indianred text. </font>
    <font color=indigo> This is font color=indigo text. </font>
    <font color=ivory> This is font color=ivory text. </font>
    <font color=khaki> This is font color=khaki text. </font>
    <font color=lavender> This is font color=lavender text. </font>
    <font color=lavenderblush> This is font color=lavenderblush text. </font>
    <font color=lawngreen> This is font color=lawngreen text. </font>
    <font color=lemonchiffon> This is font color=lemonchiffon text. </font>
    <font color=lightblue> This is font color=lightblue text. </font>
    <font color=lightcoral> This is font color=lightcoral text. </font>
    <font color=lightcyan> This is font color=lightcyan text. </font>
    <font color=lightgoldenrodyellow> This is font color=lightgoldenrodyellow text. </font>
    <font color=lightgreen> This is font color=lightgreen text. </font>
    <font color=lightgrey> This is font color=lightgrey text. </font>
    <font color=lightpink> This is font color=lightpink text. </font>
    <font color=lightsalmon> This is font color=lightsalmon text. </font>
    <font color=lightseagreen> This is font color=lightseagreen text. </font>
    <font color=lightskyblue> This is font color=lightskyblue text. </font>
    <font color=lightslategray> This is font color=lightslategray text. </font>
    <font color=lightsteelblue> This is font color=lightsteelblue text. </font>
    <font color=lightyellow> This is font color=lightyellow text. </font>
    <font color=lime> This is font color=lime text. </font>
    <font color=limegreen> This is font color=limegreen text. </font>
    <font color=magenta> This is font color=magenta text. </font>
    <font color=maroon> This is font color=maroon text. </font>
    <font color=mediumaquamarine> This is font color=mediumaquamarine text. </font>
    <font color=mediumblue> This is font color=mediumblue text. </font>
    <font color=mediumorchid> This is font color=mediumorchid text. </font>
    <font color=mediumpurple> This is font color=mediumpurple text. </font>
    <font color=mediumseagreen> This is font color=mediumseagreen text. </font>
    <font color=mediumslateblue> This is font color=mediumslateblue text. </font>
    <font color=mediumspringgreen> This is font color=mediumspringgreen text. </font>
    <font color=mediumturquoise> This is font color=mediumturquoise text. </font>
    <font color=mediumvioletred> This is font color=mediumvioletred text. </font>
    <font color=midnightblue> This is font color=midnightblue text. </font>
    <font color=mintcream> This is font color=mintcream text. </font>
    <font color=mistyrose> This is font color=mistyrose text. </font>
    <font color=moccasin> This is font color=moccasin text. </font>
    <font color=navajowhite> This is font color=navajowhite text. </font>
    <font color=navy> This is font color=navy text. </font>
    <font color=oldlace> This is font color=oldlace text. </font>
    <font color=olive> This is font color=olive text. </font>
    <font color=orange> This is font color=orange text. </font>
    <font color=orchid> This is font color=orchid text. </font>
    <font color=palegoldenrod> This is font color=palegoldenrod text. </font>
    <font color=palegreen> This is font color=palegreen text. </font>
    <font color=paleturquoise> This is font color=paleturquoise text. </font>
    <font color=paleviolet> This is font color=paleviolet text. </font>
    <font color=papayawhip> This is font color=papayawhip text. </font>
    <font color=peachpuff> This is font color=peachpuff text. </font>
    <font color=peru> This is font color=peru text. </font>
    <font color=pink> This is font color=pink text. </font>
    <font color=plum> This is font color=plum text. </font>
    <font color=powderblue> This is font color=powderblue text. </font>
    <font color=purple> This is font color=purple text. </font>
    <font color=red> This is font color=red text. </font>
    <font color=redorange> This is font color=redorange text. </font>
    <font color=rosybrown> This is font color=rosybrown text. </font>
    <font color=royalblue> This is font color=royalblue text. </font>
    <font color=saddlebrown> This is font color=saddlebrown text. </font>
    <font color=salmon> This is font color=salmon text. </font>
    <font color=sandybrown> This is font color=sandybrown text. </font>
    <font color=seagreen> This is font color=seagreen text. </font>
    <font color=seashell> This is font color=seashell text. </font>
    <font color=sienna> This is font color=sienna text. </font>
    <font color=silver> This is font color=silver text. </font>
    <font color=skyblue> This is font color=skyblue text. </font>
    <font color=slateblue> This is font color=slateblue text. </font>
    <font color=snow> This is font color=snow text. </font>
    <font color=springgreen> This is font color=springgreen text. </font>
    <font color=steelblue> This is font color=steelblue text. </font>
    <font color=tan> This is font color=tan text. </font>
    <font color=teal> This is font color=teal text. </font>
    <font color=thistle> This is font color=thistle text. </font>
    <font color=tomato> This is font color=tomato text. </font>
    <font color=turquoise> This is font color=turquoise text. </font>
    <font color=violet> This is font color=violet text. </font>
    <font color=wheat> This is font color=wheat text. </font>
    <font color=white> This is font color=white text. </font>
    <font color=whitesmoke> This is font color=whitesmoke text. </font>
    <font color=yellow> This is font color=yellow text. </font>
    <font color=yellowgreen> This is font color=yellowgreen text. </font>


    Back to CONTENTS


    Inserting Spaces

        To Insert spaces use: &nbsp;

        For example to indent a line four spaces use:

        &nbsp;&nbsp;&nbsp;&nbsp;Indented line...


    Back to CONTENTS


    Text Formatting

    Preformatted Text
    <PRE>
    
    	Home is where I want to be
    
    		Pick me up and turn me 'round
    
    	I feel numb, born with a weak heart
    
    		(So I) guess I must be having fun
    
    	The less we say about it the better
    
    		Make it up as we go along
    
    	Feet on the ground
    
    		Head in the sky
    
    	
    	It's OK, I know nothings wrong ... nothing
    
    			(by David Byrne)
    
    </PRE>
    

    Back to CONTENTS


    Control Text (no formatting)

    magic adj. 1. As yet unexplained, or too complicated to explain; compare automagically and (Arthur C.) Clarke's Third Law: "Any sufficiently advanced technology is indistinguishable from magic." "TTY echoing is controlled by a large number of magic bits ." "This routine magically computes the parity of an eight-bit byte in three instructions."

    Back to CONTENTS


    New Paragraph

    magic adj.
    <P>

    1. As yet unexplained, or too complicated to explain; compare automagically and (Arthur C.) Clarke's Third Law: "Any sufficiently advanced technology is indistinguishable from magic." "TTY echoing is controlled by a large number of magic bits." "This r outine magically computes the parity of an eight-bit byte in three instructions."

    Back to CONTENTS


    New Paragraph Right Aligned

    magic adj.
    <P ALIGN=RIGHT>

    1. As yet unexplained, or too complicated to explain; compare automagically and (Arthur C.) Clarke's Third Law: "Any sufficiently advanced technology is indistinguishable from magic." "TTY echoing is controlled by a large number of magic bits." "This r outine magically computes the parity of an eight-bit byte in three instructions."

    </P>

    Back to CONTENTS


    New Paragraph Center Aligned

    magic adj.
    <P ALIGN=center>

    1. As yet unexplained, or too complicated to explain; compare automagically and (Arthur C.) Clarke's Third Law: "Any sufficiently advanced technology is indistinguishable from magic." "TTY echoing is controlled by a large number of magic bits." "This r outine magically computes the parity of an eight-bit byte in three instructions."

    </P>

    Back to CONTENTS

    New Paragraph Left Aligned

    magic adj.
    <P ALIGN=LEFT>

    1. As yet unexplained, or too complicated to explain; compare automagically and (Arthur C.) Clarke's Third Law: "Any sufficiently advanced technology is indistinguishable from magic." "TTY echoing is controlled by a large number of magic bits." "This r outine magically computes the parity of an eight-bit byte in three instructions."

    </P>

    Back to CONTENTS


    Blockquote

    magic adj.

    <"BLOCK"QUOTE> <"BLOCK"QUOTE> 1. As yet unexplained, or too complicated to explain; compare automagically and (Arthur C.) Clarke's Third Law: "Any sufficiently advanced technology is indistinguishable from magic." "TTY echoing is controlled by a large number of magic bits." "This rout ine magically computes the parity of an eight-bit byte in three instructions." </"BLOCK"QUOTE>

    Back to CONTENTS


    Div Align Left

    magic adj.
    <div ALIGN=LEFT>
    1. As yet unexplained, or too complicated to explain; compare automagically and (Arthur C.) Clarke's Third Law: "Any sufficiently advanced technology is indistinguishable from magic." "TTY echoing is controlled by a large number of magic bits." "This r outine magically computes the parity of an eight-bit byte in three instructions."
    </div>

    Back to CONTENTS


    Div Align Center

    magic adj.
    <div ALIGN=center>
    1. As yet unexplained, or too complicated to explain; compare automagically and (Arthur C.) Clarke's Third Law: "Any sufficiently advanced technology is indistinguishable from magic." "TTY echoing is controlled by a large number of magic bits." "This r outine magically computes the parity of an eight-bit byte in three instructions."
    </div>

    Back to CONTENTS


    Div Align Right

    magic adj.
    <div ALIGN=RIGHT>
    1. As yet unexplained, or too complicated to explain; compare automagically and (Arthur C.) Clarke's Third Law: "Any sufficiently advanced technology is indistinguishable from magic." "TTY echoing is controlled by a large number of magic bits." "This r outine magically computes the parity of an eight-bit byte in three instructions."
    </div>

    Back to CONTENTS



    Horizontal and Vertical Spacing

      <SPACER>

      <SPACER> has the following TYPE (s):

    • HORIZONTAL Uses attributes:

      • size

    • VERTICAL Uses attributes:

      • size

    • "BLOCK" Uses attributes:

      • width
      • HEIGHT
      • ALIGN



    This Code: (<SPACER TYPE="BLOCK" width=80>)

    <P>
    <SPACER TYPE="BLOCK" width=60> How many Word Perfect support techs does it take to screw in a light bulb?

    <P>
    <SPACER TYPE="BLOCK" width=80> We have an exact copy of the lightbulb here, and it seems to be working fine.<BR>
    <SPACER TYPE="BLOCK" width=90> Can you tell what kind of system you have? <BR>
    <SPACER TYPE="BLOCK" width=100> Ok.. now EXACTLY how DARK is it? <BR>
    <SPACER TYPE="BLOCK" width=120> OK there are 4 or 5 possibilities .. have you tried the light switch? <BR>

    <P>

    Produces this output:

    How many Word Perfect support techs does it take to screw in a light bulb?

    We have an exact copy of the lightbulb here, and it seems to be working fine.
    Can you tell what kind of system you have?
    Ok.. now EXACTLY how DARK is it?
    OK there are 4 or 5 possibilities .. have you tried the light switch?




    This Code: (<SPACER TYPE="BLOCK" HEIGHT=50>)

    <P>
    How many Word Perfect support techs does it take to screw in a light bulb?
    We have an exact copy of the lightbulb here, and it seems to be working fine.
    <SPACER TYPE="BLOCK" HEIGHT=50>Can you tell what kind of system you have?
    Ok.. now EXACTLY how DARK is it?
    OK there are 4 or 5 possibilities .. have you tried the light switch?
    <P>

    Produces this output:

    How many Word Perfect support techs does it take to screw in a light bulb? We have an exact copy of the lightbulb here, and it seems to be working fine. Can you tell what kind of system you have? Ok.. now EXACTLY how DARK is it? OK there are 4 or 5 possibilities .. have you tried the light switch?




    Back to CONTENTS



    Multi-Column Text

      <MULTICOL>

      <MULTICOL> has the following attributes:

    • COLS
    • GUTTER
    • width

      For width: (COLS * width) + ((COLS - 1) * GUTTER)




    This Code: (<MULTICOL COLS=6 GUTTER=24>)

    <MULTICOL COLS=6 GUTTER=24>
    How many Word Perfect support techs does it take to screw in a light bulb? We have an exact copy of the lightbulb here, and it seems to be working fine. Can you tell what kind of system you have? Ok.. now EXACTLY how DARK is it? OK there are 4 or 5 possib ilities .. have you tried the light switch?
    </MULTICOL>

    Produces this output: How many Word Perfect support techs does it take to screw in a light bulb? We have an exact copy of the lightbulb here, and it seems to be working fine. Can you tell what kind of system you have? Ok.. now EXACTLY how DARK is it? OK there are 4 or 5 possib ilities .. have you tried the light switch?




    This Code: (<MULTICOL COLS=3 width=200>)

    <MULTICOL COLS=3 width=200>
    How many Word Perfect support techs does it take to screw in a light bulb? We have an exact copy of the lightbulb here, and it seems to be working fine. Can you tell what kind of system you have? Ok.. now EXACTLY how DARK is it? OK there are 4 or 5 possib ilities .. have you tried the light switch?
    </MULTICOL>

    Produces this output: How many Word Perfect support techs does it take to screw in a light bulb? We have an exact copy of the lightbulb here, and it seems to be working fine. Can you tell what kind of system you have? Ok.. now EXACTLY how DARK is it? OK there are 4 or 5 possib ilities .. have you tried the light switch?


    This Code: (<MULTICOL COLS=3 width=200>)

    <MULTICOL COLS=3 width=200>
    How many Word Perfect support techs does it take to screw in a light bulb? We have an exact copy of the lightbulb here, and it seems to be working fine. Can you tell what kind of system you have? Ok.. now EXACTLY how DARK is it? OK there are 4 or 5 possib ilities .. have you tried the light switch?
    </MULTICOL>

    Produces this output: How many Word Perfect support techs does it take to screw in a light bulb? We have an exact copy of the lightbulb here, and it seems to be working fine. Can you tell what kind of system you have? Ok.. now EXACTLY how DARK is it? OK there are 4 or 5 possib ilities .. have you tried the light switch?




    This Code:

    <table>
    
    <caption align="top">This is the Table Caption</caption>
    
    <tr> <th> Heading 1 </th> <th> Heading 2 </th> <th> Heading 3 </th> <th> Heading 4    </th> <th> Heading 5 </th> </tr>
    <tr> <td> Bozo      </td> <td> Clown     </td> <td> 555-1234  </td> <td> 999 69th St. </td> <td> LA, CA.   </td> </tr>
    <tr> <td> John      </td> <td> Doe       </td> <td> 555-4321  </td> <td> 666 99th St. </td> <td> LA, CA.   </td> </tr>
    
    </table>
    

    Produces this output:

    This is the Table Caption
    Heading 1 Heading 2 Heading 3 Heading 4 Heading 5
    Bozo Clown 555-1234 999 69th St. LA, CA.
    John Doe 555-4321 666 99th St. LA, CA.



    This Code:

    <table border="2" align="center">
    
    <caption align="top">This is the Table Caption</caption>
    
    <tr> <th> Heading 1 </th> <th> Heading 2 </th> <th> Heading 3 </th> <th> Heading 4    </th> <th> Heading 5 </th> </tr>
    <tr> <td> Bozo      </td> <td> Clown     </td> <td> 555-1234  </td> <td> 999 69th St. </td> <td> LA, CA.   </td> </tr>
    <tr> <td> John      </td> <td> Doe       </td> <td> 555-4321  </td> <td> 666 99th St. </td> <td> LA, CA.   </td> </tr>
    
    </table>
    

    Produces this output:

    This is the Table Caption
    Heading 1 Heading 2 Heading 3 Heading 4 Heading 5
    Bozo Clown 555-1234 999 69th St. LA, CA.
    John Doe 555-4321 666 99th St. LA, CA.



    This Code:

    <table border="2" align="center" cellspacing="6">
    
    <caption align="top">This is the Table Caption</caption>
    
    <tr> <th> Heading 1 </th> <th> Heading 2 </th> <th> Heading 3 </th> <th> Heading 4    </th> <th> Heading 5 </th> </tr>
    <tr> <td> Bozo      </td> <td> Clown     </td> <td> 555-1234  </td> <td> 999 69th St. </td> <td> LA, CA.   </td> </tr>
    <tr> <td> John      </td> <td> Doe       </td> <td> 555-4321  </td> <td> 666 99th St. </td> <td> LA, CA.   </td> </tr>
    
    </table>
    

    Produces this output:

    This is the Table Caption
    Heading 1 Heading 2 Heading 3 Heading 4 Heading 5
    Bozo Clown 555-1234 999 69th St. LA, CA.
    John Doe 555-4321 666 99th St. LA, CA.



    This Code:

    <table border="2" align="center" cellpadding="6">
    
    <caption align="top">This is the Table Caption</caption>
    
    <tr> <th> Heading 1 </th> <th> Heading 2 </th> <th> Heading 3 </th> <th> Heading 4    </th> <th> Heading 5 </th> </tr>
    <tr> <td> Bozo      </td> <td> Clown     </td> <td> 555-1234  </td> <td> 999 69th St. </td> <td> LA, CA.   </td> </tr>
    <tr> <td> John      </td> <td> Doe       </td> <td> 555-4321  </td> <td> 666 99th St. </td> <td> LA, CA.   </td> </tr>
    
    </table>
    

    Produces this output:

    This is the Table Caption
    Heading 1 Heading 2 Heading 3 Heading 4 Heading 5
    Bozo Clown 555-1234 999 69th St. LA, CA.
    John Doe 555-4321 666 99th St. LA, CA.



    This Code:

    <table border="2" align="center" width="400">
    
    <caption align="top">This is the Table Caption</caption>
    
    <tr> <th> Heading 1 </th> <th> Heading 2 </th> <th> Heading 3 </th> <th> Heading 4    </th> <th> Heading 5 </th> </tr>
    <tr> <td> Bozo      </td> <td> Clown     </td> <td> 555-1234  </td> <td> 999 69th St. </td> <td> LA, CA.   </td> </tr>
    <tr> <td> John      </td> <td> Doe       </td> <td> 555-4321  </td> <td> 666 99th St. </td> <td> LA, CA.   </td> </tr>
    
    </table>
    

    Produces this output:

    This is the Table Caption
    Heading 1 Heading 2 Heading 3 Heading 4 Heading 5
    Bozo Clown 555-1234 999 69th St. LA, CA.
    John Doe 555-4321 666 99th St. LA, CA.



    This Code:

    <table border="2" align="center" width="60%">
    
    <caption align="top">This is the Table Caption</caption>
    
    <tr> <th> Heading 1 </th> <th> Heading 2 </th> <th> Heading 3 </th> <th> Heading 4    </th> <th> Heading 5 </th> </tr>
    <tr> <td> Bozo      </td> <td> Clown     </td> <td> 555-1234  </td> <td> 999 69th St. </td> <td> LA, CA.   </td> </tr>
    <tr> <td> John      </td> <td> Doe       </td> <td> 555-4321  </td> <td> 666 99th St. </td> <td> LA, CA.   </td> </tr>
    
    </table>
    

    Produces this output:

    This is the Table Caption
    Heading 1 Heading 2 Heading 3 Heading 4 Heading 5
    Bozo Clown 555-1234 999 69th St. LA, CA.
    John Doe 555-4321 666 99th St. LA, CA.



    Back to CONTENTS


    This Code:

    Produces this output:




    META Element

    User specified Meta tags; general purpose information supplied by the user (you).

    
    Examples:
    
       <meta name="author"   content="Bruce Larrabee">
       <meta name="keywords" content="html documentation web url">
       <meta name="editor"   content="Programmer's File Editor">
       <meta name="generator"   content="Text2Html">
    
    

    Back to CONTENTS



    Mail me at...

    Bruce a.k.a. Zorro Larrabee