-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
18 lines (17 loc) · 1.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Essay</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<h1 class="heading">Essay</h1>
<div class="d1">
<p class="content">This essay is about my fisrt coding project with my tutor, <a href="https://web.facebook.com/ogunniwaezekiel" target="_blank">Mr. Ezekiel</a>, he is a website developer and he is taking me on web developer and programing ,it had been a few days since he started coming and this last day have been great. He taught my so many things including UI/UX, currently he is teaching how to code.</p>
<p class="content">I have leant alot from his few teaching and hope to learn more. It is because of his help that i was able to code this letter you are reading now. My thanks and apreciation to <a href="https://web.facebook.com/ogunniwaezekiel" target="_blank">Mr. Ezekiel</a>, my tutor, my teacher and my friend.</p>
</div>
</body>
</html>