-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimage.html
More file actions
66 lines (58 loc) · 2.09 KB
/
image.html
File metadata and controls
66 lines (58 loc) · 2.09 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
<!DOCTYPE html>
<html>
<head>
<title>Radhakrishnan </title>
</head>
<body>
<table cellspacing="20">
<tr>
<td>
<img src="https://scontent.fmaa2-4.fna.fbcdn.net/v/t39.30808-1/321094592_862437674811024_1986662963054297445_n.jpg?stp=cp0_dst-jpg_e15_p120x120_q65&_nc_cat=104&ccb=1-7&_nc_sid=dbb9e7&_nc_ohc=NdepWf681qoAX8G7WO6&_nc_ht=scontent.fmaa2-4.fna&oh=00_AfB2lPZDPU8cO01Mlw9IXHeqmBwOwVBf_eiuH5ywHjJxvA&oe=63C602BD" alt="Paul" >
</td>
<td>
<h1>Radhakrishnan</h1>
<p>Interested in creating Website</p>
</td>
</tr>
</table>
<hr>
<h1>Education </h1>
<p><em> I did my schooling in PHSS</em>.</p>
<P style="color:red;"> I did my college in MEC.</P>
<p><strong> love to do travelling</strong>. </p>
<hr>
<h1>Work Experience</h1>
<table border="2">
<tr>
<th>Dates</th>
<th>Years</th>
</tr>
<tr>
<td>2018-2019</td>
<td>Ucal fuel system</td>
</tr>
<tr>
<td>2019-2020</td>
<td>Lebracs Rubber Lining</td>
</tr>
</table>
<hr>
<h1>Skills</h1>
<table cellspacing="10">
<tr>
<td>Web Development</td>
<td>✨✨</td>
</tr>
<tr>
<td>Ios Development </td>
<td>✨</td>
</tr>
<tr>
<td>Photography </td>
<td>✨✨✨✨</td>
</tr>
</table>
<p><a href="D:\Web Development\list.html">My Hobbies</a>
<a href="D:\Web Development\contact_details.html">Contact Details</a></p>
</body>
</html>