-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssignment.html
More file actions
34 lines (32 loc) · 890 Bytes
/
Copy pathAssignment.html
File metadata and controls
34 lines (32 loc) · 890 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
<!DOCTYPE html>
<html lang = "en">
<head>
<title>Notes about my cat</title>
<meta charset = "UTF-8">
</head>
<body>
<nav>
<a href = "Assignment.html">Home</a>
<a href = "Dog.html">Dog Picture</a>
<a href = "Dog_Video.html">Dog Video</a>
</nav>
<main>
<p>
<h1>How I named my Cat</h1>
<h3>How I named my Cat</h3>
<h6>How I named my Cat</h6>
</p>
<img src = "images/cat_kungfu_pose.jpg" alt = "Cat Kung-fu Pose" width = "500" length = "600">
<p></p>
<a href = "Dog.html">An American Eskimo Dog.</a>
<p></p>
<a href = "https://stock.adobe.com/uk/images/big-male-lion/808208">Explicit Link Image of a lion.</a>
<p></p>
<iframe width="600" height="500"
<!-- src="https://youtu.be/aN71qdgin4Q?si=fDtGoIfdnmYFwBtJ" -->
<src="https://www.youtube.com/watch?v=aN71qdgin4Q">
</iframe>
</main>
<footer>My Cat Page</footer>
</body>
</html>