Page 133 - C_GPT _V4 _class_7
P. 133
PERIODIC ASSESSMENT 3 (Based on chapters 5 to 8)
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. Give an example of each of the following:
1. Utility Apps
2. Native Apps
3. Entertainment Apps
4. Educational Apps
5. Gaming Apps
C. Write the uses of the following:
1. ROWSPAN
2. font-family
3. background-image
4. Google Drive
5. border-spacing
Periodic Assessment 3 131

