-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssignment.html
More file actions
46 lines (46 loc) · 2.15 KB
/
Copy pathAssignment.html
File metadata and controls
46 lines (46 loc) · 2.15 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
<!DOCTYPE html>
<html lang="eng">
<nav>
<a href="Assignment.html">Home</a>
<a href="Dog.html">Dog Picture</a>
<a href="Dog_Video.html">Dog Video</a>
</nav>
<head>
<title>Title about Dogs</title>
<meta charset="utf-8">
</head>
<blockquote cite="https://www.geeksforgeeks.org/html/html-blockquote-tag/">
<p>I learned about the blockquote element</p>
</blockquote>
<body>
<main>
<iframe width="560" height="315"
src="https://www.youtube.com/embed/wHieon7IPCE?si=oYYlPx5WzLgJ32q_"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen>
</iframe>
<img src="https://images.dog.ceo/breeds/pointer-german/n02100236_3871.jpg">
<!-- Other picture options:
(dog covered in paint) https://images.dog.ceo/breeds/kuvasz/n02104029_898.jpg
(black retriever) https://images.dog.ceo/breeds/retriever-flatcoated/n02099267_5073.jpg
(laying on a hill) https://images.dog.ceo/breeds/pinscher/Coffee_Soul_Bari038.jpg
(pitbull running) https://images.dog.ceo/breeds/terrier-american/n02093428_5415.jpg
(side-eye) https://images.dog.ceo/breeds/redbone/n02090379_3131.jpg
(german short-hair) https://images.dog.ceo/breeds/pointer-german/n02100236_3871.jpg
-->
<a href="Dog.html">Dog Image</a>
<a href="https://images.dog.ceo/breeds/redbone/n02090379_3131.jpg">Another Dog Image</a>
<h1>Dogs are the best!!</h1>
<p>My granddad got a german short-haired pointer puppy when I was about 8 years old and because I spent so much time at my grandparents house the two of us became the best of friends. She would follow me everywhere I went and would even listen to me better than she listened to my granddad.</p>
<p>This page is all about celebrating how great dogs are!</p>
<h3>Dogs and Cats are both great!</h3>
<p>Cats are great, and so are dogs, but, in my opinion, dogs are still the best.</p>
<h6>Fish are the worst pets.</h6>
<p>The heading might be small but I said what I said.</p>
</main>
</body>
<footer>Footer text.</footer>
</html>