-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpractice ques.html
More file actions
16 lines (16 loc) · 1.1 KB
/
practice ques.html
File metadata and controls
16 lines (16 loc) · 1.1 KB
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> PRACTICE QUESTION </title>
</head>
<body>
<h1> List Of Fruits </h1>
<ul>
<li> Apple <a href="https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.shutterstock.com%2Fsearch%2Fapple&psig=AOvVaw2QL-wdJ9NQF_atEmG4RuZP&ust=1687047553859000&source=images&cd=vfe&ved=0CBEQjRxqFwoTCKDj1IqEyf8CFQAAAAAdAAAAABAE"> See an Apple </a></li>
<li> Orange <a href="https://www.google.com/url?sa=i&url=https%3A%2F%2Fdepositphotos.com%2Fstock-photos%2Forange-fruit.html&psig=AOvVaw3iLMGemvo7YTEBW6KtfikC&ust=1687047724140000&source=images&cd=vfe&ved=0CBEQjRxqFwoTCNDN7NaEyf8CFQAAAAAdAAAAABAE"> See an Orange </a></li>
<li> Mango <a href="https://www.google.com/url?sa=i&url=https%3A%2F%2Fwww.istockphoto.com%2Fphoto%2Fmango-and-leaf-isolated-white-background-gm1019835828-274037430&psig=AOvVaw2AQXe8FbwlQwXHkaFW2uIs&ust=1687047803592000&source=images&cd=vfe&ved=0CBEQjRxqFwoTCLCJm4OFyf8CFQAAAAAdAAAAABAD"> See an Mango </a></li>
</ul>
</body>
</html>