-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (34 loc) · 1.58 KB
/
index.html
File metadata and controls
38 lines (34 loc) · 1.58 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
<!DOCTYPE html>
<html>
<head>
<title>My First Web Development Project</title>
<link rel="stylesheet" type="text/css" href="style.css">
<pre><a href="Aboutus.html">About Us</a> <a href="Quickfacts.html">Quick Facts</a> <a href="Dailyrunups.html">Daily Run Ups</a> <a href="Contactus.html">Contact Us</a></pre>
</head>
<body>
<h1>Hello Everyone!! Let's Digin Deep About FRUITS!! Delicious ! Yum!</h1>
<ul>
<li>Apple</li>
<ul>
<li>Blonde</li>
<img src="https://fruitguys.com/wp-content/uploads/2013/08/apple-pears_crunchy-gold_0.jpg" alt="Blonde Apple" width="100" height="100">
<li>Honey Crisp</li>
<img src="https://pull01-thefruitcompany.netdna-ssl.com/media/catalog/product/cache/1/image/520x/9df78eab33525d08d6e5fb8d27136e95/h/o/honeycrisp-apples_4.jpg" alt="Honey Crisp Apple" width="100" height="100">
</ul>
<li>Banana</li>
<ul>
<li>Yelaki</li>
<img src="https://images-na.ssl-images-amazon.com/images/I/41vc4pGW4EL.jpg" alt="" width="100" height="100">
<li>Nendharan</li>
<img src="https://images-cdn.azureedge.net/azure/lulu-resources/947f11bb-f157-4c65-b7fb-df009c3c9ec9/Images/ProductImages/Source/6287-001.jpg" alt="Nendhran" width="100" height="100">
</ul>
<li>Citrus Fruits</li>
<ul>
<li>Orange</li>
<img src="https://soappotions.com/wp-content/uploads/2017/10/orange.jpg" alt="oranges" width="100" height="100">
<li>Lemon</li>
<img src="https://cdn.shopify.com/s/files/1/2336/3219/products/shutterstock_336818993meyer_x850.jpg?v=1554665742" alt="lemon" width="100" height="100">
</ul>
</ul>
</body>
</html>