-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssignment.html
More file actions
55 lines (38 loc) · 1.67 KB
/
Assignment.html
File metadata and controls
55 lines (38 loc) · 1.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bridges in England</title>
<meta charset="utf-8">
</head>
<body>
<nav>
<ul>
<li><a href="assignment.html">Home</a></li>
<li><a href="Dog.html">Dog Picture</a></li>
<li><a href="Dog_Video.html">Dog Video</a></li>
</ul>
</nav>
<main>
<p>Here is a list of some bridges I have been on</p>
<h1>First on my list will be the popular London Bridge.</h1>
<h3>Another one will be Tower Bridge.</h3>
<h6>My final one on the list is Queen Elizabeth Bridge.<h6>
<p>This is a quote from goodreads website that I like:</p>
<blockquote
cite="https://www.goodreads.com/quotes">
I'm selfish, impatient and a little insecure. I make mistakes,
I am out of control and at times hard to handle. But if you can't
handle me at my worst, then you sure as hell don't deserve me at
my best.
</blockquote>
<p>Going back to the topic on bridges, here is a great video about bridges.</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/5MpfPbFlpNw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<img src="https://blog.sothebysrealty.co.uk/hs-fs/hubfs/Imported_Blog_Media/Best%20Dog%20Breeds%20for%20Families-jpg.jpg?width=1600&height=918&name=Best%20Dog%20Breeds%20for%20Families-jpg.jpg" style="display: block">
<h3>bridges are a great source of tourist attration</h3>
</main>
<footer>
<p>Contact me at 123-123-1234</p>
<p>Here is a website about dogs you can it out here: <a href="Dog.html">Dogs!</a>
</footer>
</body>
</html>