-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (55 loc) · 1.23 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Kavya's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="C:\Users\kavya\Desktop\lotus-blossom.jpg"></td>
<td><h1>Kavya Agrawal</h1>
<p><em>I am a <a href="https://www.glbitm.org/about_us.aspx?mpgid=2&pgidtrail=160">College Student</a> and learning web developemnt course.</em></p>
<p><strong>I am aspring to be web and software developer in the future.</strong></p>
</td>
</tr>
</table>
<h3>Education Qualifications</h3>
<table border="1">
<th>Class</th>
<th>Board</th>
<tr>
<td>10</td>
<td>CBSE</td>
</tr>
<tr>
<td>12</td>
<td>Cbse</td>
</tr>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>C</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Python</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Java</td>
<td>⭐⭐</td>
</tr>
</table>
<hr>
<ul>
<li>10 CLASS</li>
<li>12 CLASS</li>
<li> COLLEGE STUDENT</li>
</ul>
<a href="Beverages.html">MY BEVERAGES</a>
<a href="Contact.html">Contact Me</a>
</body>
</html>