-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssignment.html
More file actions
35 lines (35 loc) · 1.16 KB
/
Copy pathAssignment.html
File metadata and controls
35 lines (35 loc) · 1.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Write title here.</title>
<link rel="icon" type="image/png" href="favicon/favicon-1.png">
<meta charset="utf-8">
<style>
@font-face {
font-family: myFont;
src: url(sansation_bold.woff);
font-weight: bold;
}
</style>
</head>
<body>
<main>
<h1>Welcome to my page</h1>
<iframe width="320" height="576" src="https://www.youtube.com/embed/3ZtEPmy9oXg" title="What having a puppy is like" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<h3></h3>
<h6></h6>
<p></p>
<img src="Sample Image">
</main>
<footer>
<blockquote cite="https://wallpapertag.com/wallpaper/full/6/c/1/434699-popular-cute-kitten-wallpapers-2560x1440.jpg">cute kittens.</blockquote>
<a href="https://wallpapertag.com/wallpaper/full/6/c/1/434699-popular-cute-kitten-wallpapers-2560x1440.jpg">cute kittens</a>
<p></p>
</footer>
</body>
<nav>
<a href="Assignment.html">Home</a>
<a href="Dog.html">Dog Picture</a>
<a href="Dog_video.html">Dog Video</a>
</nav>
</html>