-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
91 lines (78 loc) · 1.81 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>This is my site</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<table >
<tr>
<td>
<img src="https://www.looper.com/img/gallery/satoru-gojos-powers-from-jujutsu-kaisen-explained/intro-1634607238.jpg" alt="gojo satoru">
</td>
<td>
<h1>Utkarsh kumar yadav</h1>
<p><em>Creator of this site</em><a href="https://www.google.com/"> My site</a> </p>
<p>i love creating new sites and this marks the starting of my sites</p>
</td>
</tr>
</table>
<hr>
<h2>My education</h2>
<ul>
<li>Completed my 8 from st. xaviers high school.</li>
<li>Completed my class 10 from mjrp public school.</li>
<li>Goes to kota for furhter prepaprtion for my college.</li>
<li>Here i am in college 3nd year and doing nothing just wasting my time here.</li>
<li>I am a very good person..</li>
</ul>
<hr>
<h2>My work expereince</h2>
<table >
<thead>
<tr>
<th>Dates</th>
<th>
Works
</th>
</tr>
</thead>
<tbody>
<tr>
<td>March 2021</td>
<td>starts investing in stocks</td>
</tr>
<tr>
<td>September 2021</td>
<td>starts trading in crypto</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<hr>
<a href="hobbies.html">My hobbies</a>
<hr>
<h2>Skills</h2>
<table>
<tr>
<td>competitive programming</td>
<td>👌👌👌👌👌</td>
<td></td>
<td>sayari</td>
<td>👌👌👌👌👌👌</td>
</tr>
<tr>
<td>web development</td>
<td>👌👌👌</td>
<td></td>
<td>singing</td>
<td>👌👌👌</td>
</tr>
</table>
</form>
<br>
<a href="contactme.html">Contact me</a>
</body>
</html>