|
||
CATEGORIES Home Getting Started HTML Cheat Sheet Webmaster Tools HTML Help Forum Color Codes Link to us |
||||
You can add a caption to summarize the information in a table. How to do it You can add a caption to your table easily. First place a <CAPTION> tag directly below your <TABLE> tag. Next, type the caption you want the table to display. Finally finish it all off with an ending </CAPTION> tag. Your code should look something like this: <TABLE> <CAPTION>Your Caption Goes Here</CAPTION> <TR> <TH>Team</TH></TR> <TR> <TD>Eagles</TD></TR> <TR> <TD>Jets</TD></TR> <TR> <TD>Little Giants</TD></TR> </TABLE> Seeing this in the browser looks like this:
Privacy Policy | Trademark Notices | User Agreement © 2001 TheHTMlSource.com, INC. All Rights Reserved. |