HTML Tags
HTML Tags
Tags Use
(<HTML>. . . </HTML>)* The entire HTML document
"Table"=Starts a table.
<table>
"TR" (Table Row) = Starts a row.
<TR>
"TD" (Table Data) = Starts a cell to enter
<TD>
data.
</TD>
"/TD" = Puts an End to data entry.
</TR>
"/TR" = Puts an end to a row.
</Table>
"/table" = Ends Table.
( )* optional
==>> This document was originally created by Tom Gantz, Computer Analyst at Teachers
College, Columbia University.