-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlink tag.html
More file actions
38 lines (36 loc) · 1.43 KB
/
link tag.html
File metadata and controls
38 lines (36 loc) · 1.43 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
<html>
<head>
<title>All Web link</title>
</head>
<body>
<font size="5">
<ol>
<li><b>List of Scarch Engine</b></li>
<ul>
<li><a href="https://www.google.com/" target="_blank">Google</li>
<li><a href="https://www.firefox.com/" target="_blank">Firefox</li>
<li><a href="https://www.microsoftedge.com/" target="_blank">Microsoftedge</li>
<li><a href="https://www.yahoo.com/" target="_blank">Yahoo</li></a>
</ul>
</ol>
<ol type="1" start="2">
<li><b>List of E-Commerce Sites</b></li>
<ul>
<li><a href="https://www.amazon.com/" target="_blank">Amazon</li>
<li><a href="https://www.flipkart.com/" target="_blank">Flipkart</li>
<li><a href="https://www.zara.com/" target="_blank">Zara</li>
<li><a href="https://www.snitch.com/" target="_blank">Snitch</li></a>
</ul>
</ol>
<ol type="1" start="3">
<li><b>List of Social Media</b></li>
<ul>
<li><a href="https://www.instagram.com/" target="_blank">Instagram</li>
<li><a href="https://www.snapchat.com/" target="_blank">Snapchat</li>
<li><a href="https://www.facebook.com/" target="_blank">Facebook</li>
<li><a href="https://www.youtube.com/" target="_blank">Youtube</li></a>
</font>
</ul>
</ol>
</body>
</html>