forked from sarthikbabuta/HTML
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocument linking.html
More file actions
43 lines (43 loc) · 1.01 KB
/
document linking.html
File metadata and controls
43 lines (43 loc) · 1.01 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
39
40
41
42
43
<html>
<head>
<title> </title>
</head>
<body>
<a href="#sarthik1">sarthik1</a> <br/>
<a href="#sarthik2">sarthik2</a> <br/>
<a href="#sarthik">sarthik3</a> <br/>
<a href="#sarthik3">sarthik4</a> <br/>
<a href="#sarthik4">sarthik5</a> <br/>
<a href="#sarthik5">sarthik6</a> <br/>
<a href="#sarthik6">sarthik7</a> <br/>
<br/>
<a name="sarthik1">welcome to the official page</a>
<p> hello my name is sarthik1 </p>
<br/>
<br/>
<a name="sarthik2">welcome to the official page</a>
<p> hello my name is sarthik2 </p>
<br/>
<br/>
<a name="sarthik3">welcome to the official page</a>
<p> hello my name is sarthik3 </p>
<br/>
<br/>
<a name="sarthik4">welcome to the official page</a>
<p> hello my name is sarthik4 </p>
<br/>
<br/>
<a name="sarthik5">welcome to the official page</a>
<p> hello my name is sarthik5 </p>
<br/>
<br/>
<a name="sarthik6">welcome to the official page</a>
<p> hello my name is sarthik6 </p>
<br/>
<br/>
<a name="sarthik7">welcome to the official page</a>
<p> hello my name is sarthik7 </p>
<br/>
<br/>
</body>
</html>