-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssignment.html
More file actions
46 lines (30 loc) · 1.27 KB
/
Assignment.html
File metadata and controls
46 lines (30 loc) · 1.27 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
36
37
38
39
40
41
42
43
44
45
46
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8 />
<meta name="viewport" content=width=device-width" />
<title>html test page</title>
</head>
<body>
<header>
<h1> HTML Test Page </h1>
</header>
<main>
<p><h2>This is a paragraph.</p></h2>
<h1>This is the largest heading.</h1>
<h3>This is a medium heading.</h3>
<h6>This is the smallest heading.</h6>
</main>
<h2>HTML Image<h2>
<img src="./image/dogpicture.jpg" alt="dogpicture" width="300" height="300">
<a href="https://learncodinganywhere.com/">Check out The Tech Academy!</a>
<a href="https://www.carnival.com/">check out the ocean view!</a>
<nav>
<a href="assignment.html">Home</a>
<a href="dogpicture.html">Dog Picture</a>
<a href="dog video1.html">Dog Video</a>
</nav>
<a href="https://youtu.be/7kCFPcaH5Kk?si=l-YICL48yi0F9jiw">bass fishing</a>
<a href=<iframe width="560" height="315" src="https://www.youtube.com/embed/IQUpCz_x_7c?si=4jGsdyjXTHFy0Anv" 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>Auther: Dylan L Kennedy.</footer>
</body>