-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
65 lines (57 loc) · 1.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>Home</h1>
<img src="/images/cat images/white cats/wjiyr.jpg">
<ul>
<li>coffee</li>
<li>coffee</li>
<li>coffee</li>
</ul>
<section>
<h2>comment section</h2>
<div>
<h3>Gift</h3>
<p>this is my first time</p>
</div>
</section>
<!--Update by Angelina-->
<p>
Hello, my name is Angelina here are the changes made.
</p>
<table border="1" style="width: 50%;">
<caption>Basic Names of Pupils</caption>
<tr>
<th rowspan="2"> Name</th>
<td>Angelina</td>
<td>Oluwa</td>
<td>Marvin</td>
</tr>
<tr>
<td>Onuoha</td>
<td>Kenny</td>
<td>Telsa</td>
</tr>
<tr>
<th>Age</th>
<td>12</td>
<td>14</td>
<td>10</td>
</tr>
<tr>
<th>Class</th>
<td>Basic 1</td>
<td>Basic 14</td>
<td>Basic </td>
</tr>
</table>
<footer>
<p>follow me on facebook</p>
</footer>
</body>
</html>