-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDocuments_Assignment.html
More file actions
59 lines (39 loc) · 1.81 KB
/
Documents_Assignment.html
File metadata and controls
59 lines (39 loc) · 1.81 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
47
48
49
50
51
52
53
54
55
56
57
58
59
<!--Documents_Assignment.html-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Fruits and Vegetables</title>
<meta charset="utf-8">
</head>
<body>
<nav>
<a href="Documents_Assignment.html">Home</a> |
<a href="Wolf.html">Wolf Picture</a> |
<a href="Wolf_Video.html">Wolf Video</a>
</nav>
<main>
<h1>My favorite fruit is apples.</h1>
<p>I also like oranges and bananas. Here is a link to a Picture of apples I like:
<a
href="https://cdn.britannica.com/22/187222-050-07B17FB6/apples-on-a-tree-branch.jpg?w=300">Apples!</a>
</p>
<p>Apples are very healthy! Consider this quote: </p>
<blockquote cite="https://www.medicalnewstoday.com/articles/267290.php">"An apple a day keeps the doctor away"
is an old Welsh proverb that most of us are familiar with, but what makes this friut so special? What health
benefits are associated with eating apples?
</blockquote>
<p>Also, here is a great video about apples!</p>
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/MrUX7vzNCCI?si=FnyGCf6dGEHnsP_9" 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>
<blockquote>
<a href=https://youtube.com/shorts/JYQHwrEiCx4?si=0uusIIdu8xPpBcM8">Click here to watch vegetable painting</a>
</blockquote>
<img src="https://cdn.britannica.com/17/196817-050-6A15DAC3/vegetables.jpg?w=300" style="display: block">
<h3>I like some vegetables too.</h3>
<p>Carrots and broccoli are my favorite.</p>
</main>
<footer>
<p>Contact me at 00233-244173791</p>
<p>I also have a website about dogs you can check it out here: <a href="dog.html">Dogs!</a>
</footer>
</body>
</html>