HTML for People Who Want to Learn  --  Tables for Starters

Build Your Own Table

Now you are ready to make your own table. Open a text editor and make a table as shown on the Table Elements page and use some attributes from the Table Attributes page. If you'd like, you can copy the template below and paste it into your text editor to get started. Remember to save the file with the extension ".html" and then open it in your browser.

Have fun and good luck!

 

Table Template

<TABLE>
<CAPTION> </CAPTION>
<TR>
<TH> </TH>
<TH> </TH>
</TR>
<TR>
<TD> </TD>
<TD> </TD>
</TR>
<TR>
<TD> </TD>
<TD> </TD>
</TR>
</TABLE>

 


Back
Home
Links
E-mail

Last Modified: Saturday, 18-Jul-98 21:52:25 PDT
Page URL: http://geocities.datacellar.net/SiliconValley/Vista/2823/text/tabbuild.html

1