-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssignment.html
More file actions
30 lines (30 loc) · 1.21 KB
/
Copy pathAssignment.html
File metadata and controls
30 lines (30 loc) · 1.21 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
<!DOCTYPE html>
<html>
<head>
<title>This is an assingment!</title>
<meta charset="utf-8">
<meta name="referrer" content="strict-origin-when-cross-origin">
</head>
<body>
<p>This is my paragraph</p>
<h1>This is my header 1</h1>
<h3>This is a header 3</h3>
<h6>This is a header 6</h6>
<a href="https://www.Youtube.com">This link goes to YouTube</a>
<footer></footer>
<main></main>
<img src="">
<a href="dog-webpage.html">Dog Image</a>
<a href="https://premierpups.com/azure/premierphotos/pups/mini-aussie-puppies-637637533024705319.jpeg?w=557&h=557&mode=crop&autorotate=1">The Aussie Puppy</a>
<nav>
<a href="Assignment.html">Home</a>
<a href="Dog-Webpage.html">Dog Picture</a>
<a href="DogVideo.html">Dog Video</a>
</nav>
<p>This is a paragraph element before the block quote</p>
<blockquote>
<p>This is a block quote element</p>
</blockquote>
<iframe width="560" height="315" src="https://www.youtube.com/embed/7k9OgdpDoFE?si=oyunka0nB-W6WRzd" 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>
</body>
</html>