HTML rowspan attributes - HTML forms - Guide to HTML, XHTML Guide

Change Font Size: / / Directory List

9.2. HTML rowspan attribute

Rowspan attributes - HTML forms can be achieved in a cross lines
  • Row: OK, span: Span, Span, scope
  • Trackback Address: http://www.nt22.com/xhtml-html/attribute_rowspan/

Example

  <table Border = "1" /> <tr> <th> www.nt22.com </ th> <th>. Com domain names the number of </ th> <th>. Cn domain names the number of </ th> <th> . net number of domain names </ th> <th> total </ th> </ tr> <tr> <td> 2003 </ td> <td> 1000 </ td> "2" <td rowspan => 2000 +5000 </ td> <td> 3000 </ td> "3" <td rowspan => 24000 </ td> </ tr> <tr> <td> 2004 </ td> <td rowspan = "2" > 4000 +7000 </ td> <td> 6000 </ td> </ tr> <tr> <td> 2005 </ td> <td> 8000 </ td> <td> 9000 </ td> </ tr> </ table> 

Note

  • Rowspan attributes can be achieved across cell lines
  • Says "24000" leap out of the three lines, says "2000 +5000" and the "4000 +7000" out across the line 2

Examples of HTML rowspan attribute