-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork.html
39 lines (38 loc) · 1.09 KB
/
work.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>work Experience</title>
</head>
<body>
<h2 style="color:blue;">My Work Experience</h2>
<table border="3" style="color:blue;">
<thead>
<tr>
<th style="color:black;">Date</th>
<th style="color:blue;">Work</th>
</tr>
</thead>
<tbody>
<tr><strong>
<td style="color:black;">Nov 2020 to Jan 2021</td>
<td> Learn c Programming language.</td>
</strong>
</tr>
<tr><strong>
<td style="color:black;">mar 2021 to June 2021</td>
<td>Learn Python language</td></strong>
</tr>
<tr><strong>
<td style="color:black;">sep 2021 to dec 2021</td>
<td>Learn Full stack web development using python</td></strong>
</tr>
<tr><strong>
<td style="color:black;">sep 2020 to july 2022</td>
<td>Complete Collage Syllabus,learn new things and explore yourself</td>
</strong>
</tr>
</tbody>
</table>
</body>
</html>