-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssignment.html
More file actions
25 lines (23 loc) · 794 Bytes
/
Copy pathAssignment.html
File metadata and controls
25 lines (23 loc) · 794 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
<!DOCTYPE html>
<html lang="en"
<meta charset="utf-8">
<h3>the crazy life of dogs</h1>
<h1>where it all began</h1>
</head>
</body>
<p>summer for dogs</p>
<P>dogs love to drink water.</p>
</main>
<h1>types of dogs</h1>
<p>springer spaniel, boxer, bull dog most common example.</p>
</body>
<footer/>
<h4>contact details call 54493748 or email dogs.ie.</h4>
<img src="english-springer-spaniel-842295.jpg"</img>
<nav>
<a href="dogs.html">dogs</a>
<a href="dog_video.html">dog video</a>
<a href="assignment.html">home</a>
</nav>
<iframe width="560" height="315" src="https://www.youtube.com/embed/aoR9AOfvXWU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</html>