-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlab2.html
More file actions
58 lines (46 loc) · 1.41 KB
/
lab2.html
File metadata and controls
58 lines (46 loc) · 1.41 KB
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
<!DOCTYPE html>
<html>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<head lang="en">
<meta charset="UTF-8">
<title>My webpage</title>
</head>
<body>
<table>
<tbody>
<tr>
<td >
<h1 align="center"> <b>Welcome to my Webpage or should I say Meowpage</b></h1>
</td>
</tr>
<tr>
<td> <b> <a name = "return"><b> Table of content </b></a> <br>
<a href="#resume">Resume</a> <br>
<a href="#pro">proffesional </a> <br>
<a href="#personal">personal</a>
</td>
</tr>
<tr>
<td> <a name = "resume"><b>Resume</b></a> <br>
<b> eductaion</b> <br>
Magpie school 2007-2013<br>
<a href="#return">return to table</a>
</td>
<tr>
<td> <a name = "pro"><b>professional</b></a> <br>
<b> Goals</b> <br>
Kill 10 rats a day - Every Day<br>
<a href="#return">return to table</a>
</td>
</tr>
<tr>
<td> <a name = "personal"><b>Personal</b></a> <br>
<b> family</b> <br>
Born in an allayway. Killed first mouse at 1 month.<br> Best day of my life <br>
<a href="#return">return to table</a>
</td>
</tr>
</tbody>
</table>
</body>
</html>