-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (40 loc) · 1.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>task1</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="main">
<div id="heading">
<h1>Vold Zels</h1>
<br>
<br>
<h3><i>Delhi</i></h3>
</div>
<div id="precentage">
<h2>percentage:</h2>
<br>
<h3>10 <sup>th</sup>:85% </h3>
<br>
<h3>12 <sup>th</sup>:95% </h3>
<br>
</div>
<div id="hobby">
<h2>Hobbies</h2>
<br>
<br>
<ul type="disc">
<li>Writing</li>
<li>Reading</li>
<li>travel</li>
<li>games</li>
<li>Dance</li>
<li>singing</li>
</ul>
</div>
</div>
</body>
</html>