-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (64 loc) · 1.9 KB
/
index.html
File metadata and controls
64 lines (64 loc) · 1.9 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
<!DOCTYPE html>
<html>
<head>
<title>samuel personal website</title>
</head>
<body>
<table>
<tr>
<td><img src="images/IMG-20220327-WA0002-modified.png"alt="samuel images" width="200" height="200"></td>
<td><h1>SAMUEL.V</h1>
<P><em>bca student <strong>web developer</strong></em></P>
<p>he haveing a grate aims and continuesly hard working for his aim </p>
</td>
</tr>
</table>
<hr>
<h3>HOBBIES</h3>
<ul>
<li><strong><a href="https://en.wikipedia.org/wiki/Exercise">Exercise</a></strong></li>
<li><strong><a href="https://en.wikipedia.org/wiki/Coding">codings</a></strong></li>
<li><strong><a href="https://en.wikipedia.org/wiki/YouTuber">youtuber</a></strong></li>
<li><strong><a href="https://en.wikipedia.org/wiki/Study">studying</a></strong></li>
</ul><hr>
<h3>SKILLS</h3>
<table cellspacing="10">
<tr>
<td>coding skill</td>
<td>*****</td>
</tr>
<tr>
<td>problem solving skill</td>
<td>***</td>
<tr>
<td>comunication skill</td>
<td>***</td>
</tr>
</tr>
</table>
<hr>
<h3>STUDIES</h3>
<table>
<tr>
<th><h4><strong>DATE</strong></h4></th>
<th><h4><strong>STUDIES</strong></h4></th>
</tr>
<tr>
<th>2018-2019</th>
<td>10th in don bosco metriculation school</td>
</tr>
<tr>
<th>2019-2021</th>
<td>11th & 12th in sant josep higher secondary school</td>
</tr>
<tr>
<th>2021-2024</tdh>
<td>college in sree muthukumara swamy college </td>
</tr>
<tfoot>
<tr><th>next mca coming soon....</th></tr>
</tfoot>
</table><hr>
<h2><strong><a href="contect details.html">contect details</a></strong></h2>
</body>
</html>