Simple table sample |
|||||
|
These are html tags you type.
<table>
<tr>
<th> Heading 1 </th>
<th> Heading 2 </th>
</tr>
<tr>
<td> Datum 1 </td>
<td> Datum 2 </td>
</tr>
</table>
|
This is the resulting web page content:
|
||||