-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssignment.html
More file actions
27 lines (26 loc) · 989 Bytes
/
Copy pathAssignment.html
File metadata and controls
27 lines (26 loc) · 989 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Assignment</title>
</head>
<body>
<main>
<h2>Welcome to my page</h2>
<p>This is the main content area.</p>
<img src="images/IMG_1015~2.JPG" alt="placeholder image">
</main>
<a href="Dog.html">See the Dog Page</a>
<br>
<a href="https://www.aiweirdness.com/content/images/2022/07/DALL-E-2022-07-02-20.24.07---A-vast-herd-of-cute-kittens-thundering-across-the-plain.png" target="_blank">
Click to see a herd of cute kittens!
</a>
<blockquote>
This is a quote from someone important.
</blockquote>
<iframe width="560" height="315" src="https://www.youtube.com/embed/XkOWCgVsypM?si=oAv8XGl4OXdFBGzA" 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>
<footer>
<p>Copy right 2025 My website</p>
</footer>
</body>
</html>