Horje

Basic Example of HTML Table - Rowspan

 <table>
  <tr>
    <th>Name</th>
    <td>Jill</td>
  </tr>
  <tr>
    <th rowspan="2">Phone</th>
    <td>555-1234</td>
  </tr>
  <tr>
    <td>555-8745</td>
</tr>
</table> 



Related Articles
What is HTML Table Colspan HTML Table Colspan and Rowspan
What is HTML Table - Rowspan HTML Table Colspan and Rowspan
How to create HTML Table - Colspan HTML Table Colspan and Rowspan
How to create HTML Table - Rowspan HTML Table Colspan and Rowspan

Single Articles
Example of The ANSI Character SetHTML Table Colspan and Rowspan

Category:
Web Tutorial
Sub Category:
HTML Table Colspan and Rowspan
Uploaded by:
Admin



Share on: