-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssignment.html
More file actions
32 lines (27 loc) · 1.1 KB
/
Copy pathAssignment.html
File metadata and controls
32 lines (27 loc) · 1.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<title> My demo webpage </title>
<meta charset = "utf-8">
</head>
<body>
<main>
<h1> This is the heading level 1 </h1>
<h3> This is the heading level 3 </h3>
<a href="dog.html"> This is a link to the dog page <a> <br>
<a href="https://www.downloadclipart.net/large/ice-cream-cone-png-picture.png">Have an ice-cream <a><br>
<img src = "OIP.jpg">
<blockquote cite="http://www.worldwildlife.org/who/index.html">
For 50 years, WWF has been protecting the future of nature. The world's leading conservation organization, WWF works in 100 countries and is supported by 1.2 million members in the United States and close to 5 million globally.
</blockquote>
<iframe width="560" height="315" src="https://www.youtube.com/embed/y881t8ilMyc" frameborder="0" allowfullscreen></iframe>
</iframe>
<footer> This is the footer section
<nav>
<a href = "Assignment.html"> Home Page </> |
<a href = "https://www.youtube.com/watch?v=ECSvQ281L70"> Dog Video </a> |
<a href= "th.jpg" > Dog picture </a> |
</nav>
</footer>
</body>
</html>