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: Rowspan.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>Rowspan</TITLE>
<BODY>
<H1>Rowspan</H1>

<TABLE BORDER=1>
<TR><TH>Heading1<TH>Heading2
<TR><TD ROWSPAN=2>Data for Row 1&2, Col1

<TD>Row1 Col2 Data
<TR><TD>Row2 Col2 Data
<tr><td><!-- Taken from Core Web Programming from --></td><td><!-- Prentice Hall and Sun Microsystems Press, --></td></tr>
</TABLE>

</BODY>
</HTML>


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

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