-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
48 lines (48 loc) · 1.73 KB
/
Index.html
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
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Apni kaksha</title>
</head>
<body>
<h1>Welcome to apni kaksha <∖ h1></h1>
<h2>Welcome to apni kaksha</h2>
<h3>Welcome to apni kaksha</h3>
<h4>Welcome to apni kaksha</h4>
<h5>Welcome to apni kaksha</h5>
<h6>Welcome to apni kaksha</h6>
<hr>
<p> <b>Lorem ipsum dolor sit amet consectetur adipisicing elit. </b> <i>Est dolorum magnam accusamus? Necessitatibus rerum corrupti omnis ratione aliquam,</i> <small> perspiciatis id quis quia a repudiandae deleniti velit optio provident rem veniam nulla illum dolorum expedita,</small> ad cupiditate consequuntur 10 <sup>2</sup> 10 <sub> 2</sub> fuga aspernatur assumenda sit? Repellendus exercitationem sint fugiat deleniti eius qui voluptatibus nam?</p>
<hr>
<ol>
<li> first</li>
<ul>
<li>one</li>
<li>two</li>
</ul>
<li> second</li>
<li> third</li>
</ol>
<hr>
<h2> Shopping</h2>
<ul>
<li> milk</li>
<li> egg</li>
</ul>
<hr>
<a href="https://www.google.com">GOOGLE</a>
<br>
<a href="page2.html">Page 2</a>
<br>
<a href="https://drive.google.com/drive/folders/1SVRAkjQBZ9HoUWasKIVhm_eumgwl29lG" target="_blank" rel="noopener noreferrer"><h2>wallpaper</h2></a>
<br>
<a href="Data Structures/Arrays lists.pdf" target="_blank">Arrays lists</a>
<br>
<a href="Data Structures/Stacks queues.pdf" target="_blank">Stacks queues</a>
<br>
<a href="Data Structures/Trees.pdf" target="_blank">Trees</a>
<br>
</body>
</html>