-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssignment.html
More file actions
41 lines (34 loc) · 1.43 KB
/
Copy pathAssignment.html
File metadata and controls
41 lines (34 loc) · 1.43 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
<!DOCTYPE html>
<html lang="en">
<title> My HTML Assignment</title>
<head>
<title>html Assignment</title>
<meta charset="utf-8">
</head>
<header>
<nav>
<a href="Assignment.html">Home</a>
<a href="dog.html">Dog Picture</a>
<a href="Dog_video.html">Dog Video</a>
</nav>
</header>
<body>
<h1>My first teddy</h1>
<p>Her name was teddy.</p>
<main>
<h3>Teddy's Birthday!</h3>
<h6>Photos</h6>
<img src=https://th.bing.com/th/id/OIP.1gzFgCamhP5TDxg44AYKwwHaIM?pid=ImgDet&rs=1>
</main>
<p>Here is a quote from WWF:</p>
<blockquote cite=https://support.wwf.org.uk/?pc=AVN014004&&&&&gclid=b2c1e845ccf81cc808ab8c5e82bb5303&gclsrc=3p.ds&ds_rl=1263317&msclkid=b2c1e845ccf81cc808ab8c5e82bb5303&utm_source=bing&utm_medium=cpc&utm_campaign=MK_WWF_Bing%20Paid_FR_AMD_BAUF_Brand%20Search_All_Brand%20Pure&utm_term=wwf&utm_content=WWF>
Our mission is to create a world where people and nature can thrive together. It’s time for action, not words to restore nature and tackle climate change.
</blockquote>
<iframe width="560" height="315" src="https://www.youtube.com/embed/666UZRBO5q8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<a href="dog.html">Dog Image</a>
<a href="https://th.bing.com/th/id/OIP.1gzFgCamhP5TDxg44AYKwwHaIM?pid=ImgDet&rs=1">Link to Teddy</a>
</body>
<footer>
<p>Information Links</p>
</footer>
</html>