-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path04_Hyperlink.html
More file actions
31 lines (20 loc) · 1 KB
/
04_Hyperlink.html
File metadata and controls
31 lines (20 loc) · 1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<!-- <a href="https://www.google.com/">Click here to visit google home page</a><br>
<a href="https://www.facebook.com/">Click here to open facebook home page</a><br>
<a href="https://www.zomato.com/india">Click here to visit zomato home page</a><br>
<a href="https://www.amazon.in/">Click here to visit amazon home page</a><br>
<a href="#">Yahoo</a> -->
<!-- <a href="https://www.google.com/" target="_blank">Google</a><br>
<a href="https://www.facebook.com/" target="_blank">Facebook</a><br>
<a href="https://www.zomato.com/india" target="_blank">Zomato</a><br>
<a href="https://www.amazon.in/" target="_blank">Amazon</a><br> -->
<!-- <a href="025-DRAGONS-Free-Childrens-Book-By-Monkey-Pen.pdf" target="_blank">This is pdf book</a> -->
</body>
</html>