-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprac_que1.html
More file actions
16 lines (16 loc) · 796 Bytes
/
prac_que1.html
File metadata and controls
16 lines (16 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PRACTISE QUESTION</title>
</head>
<body>
<h1>LIST OF FRUITS</h1>
<ul>
<li>Apple <a href="https://png.pngtree.com/png-vector/20231017/ourmid/pngtree-3d-red-apple-png-with-green-leaf-png-image_10201408.png">see an apple</a></li>
<li>Orange <a href="https://www.shutterstock.com/shutterstock/photos/2053015835/display_1500/stock-photo-orange-with-sliced-and-green-leaves-isolated-on-white-background-2053015835.jpg">see an orange</a></li>
<li>Mango <a href="https://5.imimg.com/data5/SELLER/Default/2023/9/344928632/OW/RQ/XC/25352890/yellow-mango.jpeg">see a mango</a></li>
</ul>
</body>
</html>