-
Notifications
You must be signed in to change notification settings - Fork 0
/
Iwt-Tutorial 01.html
71 lines (61 loc) · 2.18 KB
/
Iwt-Tutorial 01.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Thewa's Bio data </title>
</head>
<body bgcolor="yellow">
<table border="1" align="center" width="100%" height="980px" bgcolor="pink">
<tr><th><h1>Bio Data</h1></th></tr>
<tr >
<td>
<h1>Thewan Damnidu <img src="Tutorial 01.jpg" alt="Profile Image"
height="150px"
width="150px"
align="right"
style="border-radius: 50%;"></h1>
<p>Full Name : Thuwakkuwa Waduge Thewan Damnidu<br>Mobile Number : 0764546064<br>E-mail : thewan2001@gmail.com
</p>
<h1>Personal Information</h1>
<p>
<ul type="square">
<li>Date of Birth : 2001.01.28</li>
<li>Nic : 200102800538</li>
<li>Nationality : Sri lankan</li>
<li>Address : Kolonnawa</li>
</ul>
</p>
<p>
<h1>Advanced Level Results</h1>
<table border="1px">
<tr>
<th>Subject</th>
<th>Grade</th>
</tr>
<tr>
<td>Combined Maths </td>
<td>A</td>
</tr>
<tr>
<td>Chemistry</td>
<td>B</td>
</tr>
<tr>
<td>Physics</td>
<td>A</td>
</tr>
</table>
</p>
<p>
<h1>Skills</h1>
<ul>
<li>
MS Office
</li>
<li>Web Designing</li>
</ul>
</p>
</td>
</tr>
</table>
</body>
</html>