-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBOOKMARKS HTML
More file actions
24 lines (22 loc) · 874 Bytes
/
BOOKMARKS HTML
File metadata and controls
24 lines (22 loc) · 874 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bookmark manager</title>
<link rel="stylesheet"href="style1.css">
</head>
<body>
<h1>My Bookmarks</h1>
<h2>Primary Bookmarks</h2>
<!--Adding the link of google.com in the webpage -->
<p><a href="https://www.google.com/?zx=1759465841918&no_sw_cr=1">Open Google</a></p><br/>
<!--Adding the link of the Youtube In the webpage-->
<p><a target="_blank"href="https://www.youtube.com/">open Youtube</a></p><br/>
<h2>Secondary Bookmarks</h2>
<!--Adding the link of the wikipedia-->
<p><a target="_blank"href="https://www.wikipedia.org/">wikipedia</a></p><br/>
<!--Adding the link of the leetcode-->
<p><a Target="blank"href=https://leetcode.com/>Leetcode</a></>
</body>
</html>