Horje

Example of HTML Table Column Width

 <table style="width:100%">
  <tr>
    <th style="width:70%">Firstname</th>
    <th>Lastname</th>
    <th>Age</th>
  </tr>
  <tr>
    <td>Jill</td>
    <td>Smith</td>
    <td>50</td>
  </tr>
  <tr>
    <td>Eve</td>
    <td>Jackson</td>
    <td>94</td>
  </tr>
</table> 



Related Articles
What is HTML Table Sizes HTML Table Sizes
How to edit HTML Table Width HTML Table Sizes
How to edit HTML Table Column Width HTML Table Sizes
How to edit HTML Table Row Height HTML Table Sizes

Single Articles
Differences Between .htm and .htmlHTML Table Sizes
Differences Between .htm and .htmlHTML Table Sizes
Differences Between .htm and .htmlHTML Table Sizes

Category:
Web Tutorial
Sub Category:
HTML Table Sizes
Uploaded by:
Admin



Share on: