-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlab2.html
More file actions
60 lines (57 loc) · 1.96 KB
/
lab2.html
File metadata and controls
60 lines (57 loc) · 1.96 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
<!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>LAB_1</title>
<style>
img{
height:3%;
width:3%;
}
body{
background-color:deepskyblue;
}
</style>
</head>
<body>
<ol type="1" >
<li>Continents
<ol type="A">
<li>Asia
<ul type="disc">
<li>Countries
<ol type="i">
<li>Nepal<a href="https://en.wikipedia.org/wiki/Nepal" target="_blank"><img src="../Assets/1200px-Flag_of_Nepal_(white_background,_aspect_ratio_3-2).svg.png"></a></li>
<li>India<a href="https://en.wikipedia.org/wiki/India" target="blank"><img src="../Assets/download.png"></a></li>
</ol>
</li>
<li>
Capitals
<ul type="square">
<li>Kathmandu <a href="https://en.wikipedia.org/wiki/Kathmandu" target="_blank"><img src=".//Assets/download.jpeg"> </a></li>
<li>Delhi <a href="https://en.wikipedia.org/wiki/Delhi" target="_blank"><img src=".//Assets/download (1).jpeg"> </a></li>
</ul>
</li>
</ul>
</li>
<li>
Africa
<ul type="circle">
<li>Countries</li>
<li>Capitals</li>
</ul>
</li>
</ol>
</li>
<li>
Islands
<ol type="I">
<li>Unknown</li>
<li>Carribeans</li>
</ol>
</li>
</ol>
</body>
</html>