-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssignment.html
More file actions
19 lines (19 loc) · 835 Bytes
/
Assignment.html
File metadata and controls
19 lines (19 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<title>Assignment.</title>
<meta charset="utf-8">
</head>
<body>
<nav>
<a href="Assignment.html">Home</a>
<a href="Dog.html">Dog Picture</a>
<a href="https://www.youtube.com/watch?v=RsSVGV6RKvg">Funny video</a>
</nav>
<blockquote cite="https://interestingliterature.com/2019/07/13-of-the-best-literary-quotes-about-cats/">
"Cats will amusingly tolerate humans only until someone comes up with a tin opener that can be operated with a paw." – Terry Pratchett
</blockquote>
<h2>Embedded YouTube Video</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/RsSVGV6RKvg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</body>
</html>