Page 90 - ClickGPT V4.0 C-5
P. 90
PERIODIC ASSESSMENT 2 (Based on chapters 3 to 5)
A. Spot the errors in the following HTML code and rewrite the correct code:
<!DOCTYPE>
<html>
<head>
<title>Errors
</head>
<body>
<h1>This is a heading</h1>
<p>This is a paragraph.
<ul>
<li>Item 1
<li>Item 2</li>
<li>Item 3</li>
</ul>
<tr>
<th>Name</th>
<th>Age</th>
</tr>
<tr>
<td>John</td>
<td>25<td>
</tr>
</table>
</body>
</html>
B. Write the uses of the following:
1. ROWSPAN:
2. font-family:
3. background-image:
4. Inline Style Sheet:
5. border-spacing:
Premium Edition-V
88

