-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathonclick.html
19 lines (19 loc) · 937 Bytes
/
onclick.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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>Document</title>
<link rel="stylesheet" type="text/css" href="/style.css">
</head>
<body>
<fieldset id="fset">
<legend id="ld">About Me:</legend>
<p>
This is VETLA PAVAN KALYAN pursuing B.Tech in Gayatri Vidya Parishad College of Engineering. I'm from CSE DATA SCIENCE branch. My native place is Visakhapatnam.My D.O.B is 08-09-2002. My Father is a Teacher in Private Organization and my Mother is a Home Wife and My Brother is studying Inter 2nd Year. My Hobbies are Watching Movies and Sleeping.
I don't have much achiements in my life, This might be a short Bio you've ever read, Sorry But Thanks You for taking your to read it!!!
</p>
</fieldset>
</body>
</html>