16 lines
236 B
HTML
16 lines
236 B
HTML
|
|
<h3>[Enter a title here]</h3>
|
||
|
|
<table border="1">
|
||
|
|
<thead>
|
||
|
|
<tr>
|
||
|
|
<td>Column 1</td>
|
||
|
|
<td>Column 2</td>
|
||
|
|
</tr>
|
||
|
|
</thead>
|
||
|
|
<tbody>
|
||
|
|
<tr>
|
||
|
|
<td>Username: [Enter a user name here]</td>
|
||
|
|
<td>Staffid: [Enter a staff id here]</td>
|
||
|
|
</tr>
|
||
|
|
</tbody>
|
||
|
|
</table>
|