forked from aungzawpaingoo/BIMWebDevClass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
day1.html
25 lines (25 loc) · 806 Bytes
/
day1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zaw Paing</title>
<link rel="shortcut icon" href="https://upload.wikimedia.org/wikipedia/commons/2/2d/Google-favicon-2015.png" type="image/x-icon">
</head>
<body>
<img src="https://images.pexels.com/photos/220453/pexels-photo-220453.jpeg?cs=srgb&dl=pexels-pixabay-220453.jpg&fm=jpg" alt="" width="800 px" height="1000 px">
<h1>Aung Zaw Paing Oo</h1>
<p>Web Dev Class</p>
<hr>
<h2>Education Background</h2>
<ul>
<li>2016-2017 (Matriculation Exam Passed)</li>
<br>
<li>2018- Present ( Bsc)</li>
<br>
<li>2020-2021 ( NCFE [UK] Diploma In ICT )</li>
<br>
<li>2021-2022 ( NCFE [UK] Diploma In NE )</li>
</ul>
</body>
</html>