-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (37 loc) · 890 Bytes
/
Copy pathindex.html
File metadata and controls
41 lines (37 loc) · 890 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<style>
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body >
<h2>Hello There! I'm Avdhut Kamble</h2>
<hr>
<h3>
Personnel Details:
</h3>
<ul style="list-style-type:none;" >
<li>Name: Avdhut Kamble</li>
<li>Email Id: avdhut.kamble776@gmail.com</li>
<li>DOB: 26/12/2003</li>
<li>Living In Pune, Maharashtra</li>
</ul>
<h3>
Educational Qualification:
</h3>
<ul style="list-style-type:none;"">
<li>10Th SSC:81%</li>
<li>DCP 1st Year:84%</li>
<li>DCP 2nd Year:92%</li>
</ul>
<h3>
Hobbies:
</h3>
<ul style="list-style-type:none;" >
<li>Listening Music, Series Nerd, Programming.</li>
</ul>
</body>
</html>