| CIT597 Quiz 1 Fall, 2007 |
Name_________________________________________ |
|
<table border="1">
<tr>
<th>Macintosh</th>
<td>Very good </td>
</tr>
<tr>
<th>XP</th>
<td>Very good </td>
</tr>
<tr>
<th>Vista</th>
<td>Needs work </td>
</tr>
</table> |
<?xml version=1.0> <time> <hour AmPm=am>7</hour> <min>42<min> </time> <time> <hour AmPm=pm>3</hour> <min>15<min> </time> <time> <hour AmPm=pm>5</hour><min>30<min> <sec>29</sec> </time> |
<?xml version="1.0"?> <times> (or some similar name) <time> <hour AmPm="am">7</hour> <min>42</min> </time> <time> <hour AmPm="pm">3</hour> <min>15</min> </time> <time> <hour AmPm="pm">5</hour><min>30</min> <sec>29</sec> </time> </times> |