-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcryptids.html
91 lines (81 loc) · 2.22 KB
/
cryptids.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>cryptids</title>
</head>
<body>
</body>
<div class="header">
<div class="nav">
<h3> Project cage</h3>
<ul>
<li><a href= "index.html">Home</a></li>
<li><a href="cryptids.html">cryptids</a></li>
<li><a href="sightning.html">sightning</a></li>
</ul>
</div>
<h1>Welcome</h1>
<p> This is project cage page </p>
</div>
<div class="main">
<h2>some examples</h2>
<div class = "wrapper">
<img src="./fire.jpg" alt="fire">
<div class = "container">
<h3>cryptids and locations</h3>
<p></p>
<div>
<style>
table, th, td {
border: 1px solid black;
}
</style>
</head>
<body>
<table style="widows: 100%">
<tr>
<th>CRYPTIDS</th>
<th>DESCRIPTION </th>
<th>LOCATION</th>
</tr>
<tr>
<td>big foot</td>
<td>large and hairy</td>
<td>USA and Canda</td>
</tr>
<tr>
<td>Jerssy devil</td>
<td>winged bipedal horse</td>
<td>USA, New Jersey</td>
</tr>
<tr>
<td>Beast of exmoor</td>
<td>big cat</td>
<td>England</td>
</tr>
</table>
<div>
<p></p>
<h2>Bigfoot</h2>
<img src="bigfoot.jpg" alt="Trulli" width="500" height="333">
<p></p>
<h2>Jersey Devil</h2>
<img src="jerseydevil.jpg" alt="Trulli" width="500" height="333">
<p></p>
<h2>Beast of exmoor</h2>
<img src="Beast.jpg" alt="Trulli" width="500" height="333">
</div>
</body>
</html>
<DIv>
</div>
</DIV>
</div>
</div>
</div>
</body>
</html>
</html>