fredag 28 oktober 2011

td html code whit alligin

You could also use the td html code whit alligin making it look like this

<table border="1" width="100%">  <tr>    <th>Food</th>    <th>Cost</th>  </tr>  <tr>    <td width="70%">Lasange</td>    <td width="30%">$150</td>  </tr>  <tr>    <td>Pasta</td>    <td>$10</td>  </tr></table>




Which then will give

Food Cost
Lasange $150
Pasta $10

Inga kommentarer:

Skicka en kommentar