The Open Source Swiss Army Knife

/web_design/tables/
/web_design/tables/ + sub-categories
http://www.sirfsup.com/
web directory content
    
      

Not logged in
Chat Register Login
return to:  http:/www.sirfsup.com      /web_design   /tables 
Permalink: Table-Groups.txt
Title: add
article options : please login   |  raw source view  

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">

<!-- Taken from Core Web Programming from -->
<!-- Prentice Hall and Sun Microsystems Press, -->
<!-- http://www.corewebprogramming.com/. -->
<!-- &copy; 2001 Marty Hall and Larry Brown; -->
<!-- may be freely used or adapted. -->

<HTML>
<TITLE>Table Groups</TITLE>

<BODY>
<H1>Table Groups</H1>

<TABLE BORDER=1 CELLPADDING=4 RULES="GROUPS">
<CAPTION>Table Groups
<THEAD>
<TR><TH>Table Head<TH>Table Head
<TBODY>
<TR><TD>Group 1<TD>Group 1
<TR><TD>Group 1<TD>Group 1
<TBODY ALIGN="RIGHT">
<TR><TD>Group 2<TD>Group 2
<TR><TD>Group 2<TD>Group 2
<TFOOT ALIGN="CENTER">
<TR><TD COLSPAN=2>Footer
</TABLE>

</BODY>
</HTML>


Leave a Reply
Your Name:     anonymous
Your Email:
Website:  
Comments:

The author will be notified of your reply.
return to top