-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (42 loc) · 1.11 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="Vanessa.jpg" width="300" height="200" alt="Profile picture"></td>
<td><h1>Vanessa Mae</h1>
<p>She is a noob 😊 and you can check her <a href="https://www.instagram.com/vanessamae02/">Instagram account</a></p>
<p>She is a <em>student from <strong>Poland.</strong></em></p></td>
</tr>
</table>
<hr size="3" noshade>
<h3>Books and teaching</h3>
<ul>
<li>Maths</li>
<li>English</li>
</ul>
<h3><a href="Hobbies.html">Hobbies</a></h3>
<h3><a href="Contact.html">Contact</a></h3>
<hr size="3" noshade>
<h3>Education</h3>
<table cellspacing="10">
<tr>
<td>2004-2016</td>
<td>Luke Primary</td>
<td>Student</td>
</tr>
<td>2016-2018</td>
<td>St. Thomas Sec Sch</td>
<td>Student</td>
<tr>
<td>2018-2021</td>
<td>Brighton High School</td>
<td>Student</td>
</tr>
</table>
</body>
</html>