| CIT597 Quiz 1: HTML & XML Fall, 2006 |
Name___________________________________________ |
<table border="1">
<tr>
<th>Name</th>
<th>Birthday</th>
</tr>
<tr>
<td>Alice</td>
<td><b>June 5</b></td>
</tr>
<tr>
<td>Bob</td>
<td><i>September 19</i></td>
</tr>
<tr>
<td>Cassandra</td>
<td><font face="Swing" size="+2">December 4</font></td>
</tr>
</table> |
|
Any of:
But not: XML is case sensitive (true, but doesn't answer question)