-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTable.html
More file actions
53 lines (37 loc) · 1019 Bytes
/
Copy pathTable.html
File metadata and controls
53 lines (37 loc) · 1019 Bytes
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
<!DOCTYPE html>
<html lang="" dir="ltr">
<!--Head-->
<head>
<link href="table.css" rel="stylesheet">
<meta charset="utf-8">
<title>Table</title>
</head>
<!--Body-->
<body class="Brandon_fraser">
<h1><strong> Shrek 2 </strong></h1>
<!--banner-->
<h1 class="banner"></h1>
<h3>OwO</h3>
<!--Navigation Bar-->
<div class="NavBar">
<a id="home" href="./index.html">Home</a>
<a id="cast" href="./cast.html">About the cast</a>
<a id="reviews" href="./Reviews.html">Reviews</a>
<a id="table" href="./Table.html">Table</a>
</div>
<p>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!" />
</a>
</p>
<p>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
alt="Valid CSS!" />
</a>
</p>
</body>
</html>