-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
111 lines (104 loc) · 2.99 KB
/
Copy pathindex.html
File metadata and controls
111 lines (104 loc) · 2.99 KB
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
<html>
<head>
<title> My_Profie</title>
<style>
body {
background-color:#91C8E4;
}
hr{
background-color: #91C8E4;
border-style: none;
border-top-style: dotted;
border-width: 5px;
border-color: grey;
width: 100px;
}
</style>
</head>
<body >
<a name ="top"></a>
<table cellspacing="20">
<tr>
<td> <img src = "profile_pic-modified.png" height ="180" width="180" align="left" ></td>
<td><h1 valign="middle">
<p>Mayank Moulli Singh</p>
</h1></td></tr>
<table
<tr>
<td>
<h2>About Me :
</h2>
</td>
</tr>
<tr>
<td>
<p>My name is Mayank Moulli Singh, I am from Aurangabad, Bihar. I am studing BCA with honours
</td>
<tr>
<td> in Symbiosis Institute of Computer Studies and Research.</p>
</td>
</tr>
</table>
<hr>
<table>
<tr>
<th><h2>
Contact Information :
</h2></th>
</tr>
<tr>
<td>
Email : mas2324003@sicsr.ac.in <br>
</td>
</tr>
<tr>
<td>
Phone no: 9470647156 <br></table>
</td>
</tr>
<hr>
<h2>Education</h2></p>
<table border = "2" cell spacing = "100" cell padding = "100" >
<tr>
<th>Class</th>
<th>Marks</th>
<th>Completed or not</th>
</tr>
<tr>
<td>class 10</td>
<td>85%</td>
<td>Completed</td>
</tr>
<tr>
<td>Class 12</td>
<td>76%</td>
<td>Completed</td>
</tr>
<tr>
<td>BCA</td>
<td> - </td>
<td>Ongoing</td>
</tr>
</table>
<hr>
<p><h2>Hobby</h2>
<ul>
<li>Reading</li>
<li>Observing Geo-politics</li>
<li>Playing Badminton</li>
</ul>
<hr>
<p><h2>Achivements</h2>
<ol>
<li>2nd in 100m race</li>
<li>2nd in 200m race</li>
<li>1st in fashion show</li>
<li>1st in story telling</li>
<li>selected for inter school spell bee</li>
<li>1st in inter city </li>
</ol></p><hr>
<hr width = "1000" >
<marquee>The End</marquee>
<center><a href="#top" >scroll up</a></center>
</body>
</html>