-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (50 loc) · 1.11 KB
/
index.html
File metadata and controls
54 lines (50 loc) · 1.11 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Rahul's personal site</title>
</head>
<body>
<table>
<th><img src="Rahul Polake" alt="Rahul Polake"></th>
<th><h1>Rahul Polake</h1>
<p><em>Founder and CEO of <strong>Polake Group</strong></em></p>
<p>Like to learn new technologies and skills</p></th>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>SSC</li>
<li>HSC</li>
<li>B-Com</li>
</ul>
<h3>Hobbies</h3>
<ol>
<li>Dance</li>
<li>travel</li>
<li>Cooking</li>
</ol>
<h3>Skills</h3>
<table border="1">
<tr>
<td>HTML</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>CSS </td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
<table border="1">
<tr>
<td>JAVA</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>PHP</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
<hr>
</body>
</html>