-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDetails.html
131 lines (101 loc) · 2.09 KB
/
Details.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Yash Personal Site</title>
<!-- <link rel="stylesheet" href="C:\Users\KIIT\Dropbox\My PC (BT1905073)\Desktop\WEB GREEK\css\Index.css" type="text/css">-->
<link rel="icon" href="favicon.ico">
<style>
body{
background-color: skyblue;
}
.hr
{
background-color: cyan ;
border-color: darkturquoise;
border-width: 2px;
width: 10%;
border-style: dotted none none none ;
}
.img
{
height: 200px;
}
</style>
</head>
<body>
<table >
<tr>
<td> <img src="Yashprofilepic.png" alt="About Yash Mishra "></td>
<td> <h1>Yash Mishra</h1>
<b>A collge Student</b>
<strong>,in <a href="https://kiit.ac.in/sap/">KIIT</a>,Bbsr</strong>
<br>
<em><strong>Age=19</em></strong>
<br>
<em><b>Address=</b></em>
<b>Gonda,UP<up></td>
</tr>
</table>
<hr noshade>
<h2><strong>About Yash</strong></h2>
<ul>
<li>I love to do programming within my scale.</li>
<li>I don't want to be compare.</li>
</ul>
<ol>
<p> <li>Actually,everyone knows that in today's generation the most important concern is your health.</li></p>
<li>Never loose <b>Hope</b></li>
</ol>
<hr noshade>
<h2>My Hobbies</h2>
<ol>
<li>Singing</li>
<li>Coding</li>
<li>Watching memes</li>
</ol>
<hr noshade>
<table cellspacing="2p" cellpading="2p" >
<thead>
<th>Hobby</th>
<th>Rating</th>
<th>Hobby</th>
<th>Rating</th>
</thead>
<tr>
<td>Singing</td>
<td>😁😁😁😁</td>
<td>Phtography</td>
<td>😁</td>
</tr>
<tr>
<td>Coding</td>
<td>😁😁😁</td>
<td>Cricket Skill</td>
<td>😃😃😃😃😃</td>
</tr>
</table>
<hr noshade>
<br>
<a href="contact.html" >My contact Details </a>
<hr noshade>
<table>
<thead>
<tr>
<th>Year</th>
<th>School</th>
</tr>
</thead>
<tbody>
<tr>
<td>2015-2016</td>
<td>Aims,Gonda</td>
</tr>
<tr>
<td>2018-2019</td>
<td>Aims,Gonda</td>
</tr>
</tbody>
</table>
</body>
</html>