-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlist.htm
More file actions
118 lines (118 loc) · 3.92 KB
/
list.htm
File metadata and controls
118 lines (118 loc) · 3.92 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<html>
<head>
<title>third html</title>
</head>
<body background="cld.jpg">
<h3>DEFINATIONS</h3>
<dl>
<dt><b>COMPUTER:</b></dt>
<dd>A computer is a machine work on electricity.</dd>
<dt><b>KEYBOARD:</b></dt>
<dd>A keyboard is device which enables a user to input text in to a computer.</dd>
<dt><b>MOUSE:</b></dt>
<dd>A mouse is a small input device which controls the computer screens pointers.</dd>
<dt><b>CPU:</b></dt>
<dd>A cpu is a central proceesing unit which performs all the process inside the computer.</dd>
<dt><b>SPEAKER:</b></dt>
<dd>A speaker are the most common output devices used with computer system</dd>
</dl>
<H3>ORDERED AND UNODERED LIST</H3>
<ol>
<li><b>CONGRESS</b></li>
<ul>
<li>RAHUL GANDHI</li>
<li>SONIA GANDHI</li>
<li>INDRA GANDHI</li>
<li>MANMOHAN SINGH</li>
<li>PRIYA DUTT</li>
</ul>
<li><b>BJP</b></li>
<ul>
<li>NARENDRA MODI</li>
<li>ATAL BIHARI VAJPAYEE</li>
<li>LAL KRISHNA ADVANI</li>
<li>SYAMA PRASAD MOOKERJEE</li>
<li>AMIT SHAH</li>
</ul>
<li><b>AAM ADMI PARTY</b></li>
<ul>
<li>ARVIND KEJRIWAL</li>
<li>SUSHIL KUMAR GUPTA</li>
<li>AMAN ARORA</li>
<li>NISHA SINGH</li>
<li>RICHA MISHRA</li>
</ul>
</ol>
<ol>
<li><b>7 UNION TERRITORIES</b></li>
<ul type="disc">
<li><b> LAKSHADWEEP</b></li>
<ul type="circle">
<li>minicoy island</li>
<li>agatti island</li>
<li>bangaram island</li>
<li>smallest territory</li>
<li>west of indian peninsula</li>
</ul>
</ul>
<ul type="disc">
<li><b> CHANDIGARH</b></li>
<ul type="circle">
<li>green city of india</li>
<li>rock garden</li>
<li>sukhna island</li>
<li>home of variety of birds</li>
<li>capital of both haryana and punjab</li>
</ul>
</ul>
<ul type="disc">
<li><b> DADRA AND NAGAR HAVELI</b></li>
<ul type="circle">
<li>between maharashtra and gujarat</li>
<li>dream tourist destination of india </li>
<li>best place in western india</li>
<li>scenic natural beauty</li>
<li>silvassa capital</li>
</ul>
</ul>
<ul type="disc">
<li><b> DAMAN AND DIU</b></li>
<ul type="circle">
<li>2nd smallest indian territory</li>
<li>mix cultures</li>
<li>untouched natural beauty</li>
<li>famous beaches</li>
<li>churches and forts</li>
</ul>
</ul>
<ul type="disc">
<li><b> PUDUCHERRY</b></li>
<ul type="circle">
<li>located on eastern ghats of india</li>
<li>former a french colony</li>
<li>popular tourist destination in south india</li>
<li>beaches walkways and churches</li>
</ul>
</ul>
<ul type="disc">
<li><b> ANDAMAN AND NICOBAR ISLANDS</b></li>
<ul type="circle">
<li>located in indian ocean</li>
<li>seprated by the channel</li>
<li>unique tropical evergreen forest</li>
<li>port blair is the largest city</li>
</ul>
</ul>
<ul type="disc">
<li><b> DELHI</b></li>
<ul type="circle">
<li>capital of india</li>
<li>largest metro green city of india</li>
<li>tourist attraction</li>
<li>india gate</li>
<li>yamuna river</li>
</ul>
</ul>
</ol>
</body>
</html>