-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 loc) · 1.28 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title>replit</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1 class="H1">
ABOUT ME
</h1>
<p class="P1">
My name is Joshua. I am 11 years old. I live in Accra, the capital of Ghana.I am a student at Bevy Bi-Lingual school. I am in Grade 7.
My father is a pilot and my mother is a housemaker.My father woks as a pilot on an aircreaft known as "Embraer 145" My sister schools with me in the same school. We are from a state known as "Tamilnadu" in the southern part of India.My hobbies are learning robotics,coding and aernautical engenering. I also like gaming,AI and playing football.
</p>
<p class="P2">
I like to learn coding because it is interesting to learn the magic of coding. I want to use my knowledge of learing in creating websites that educate people about important topics and also to help other students like me with thier studies.
</p>
<a href="https://en.wikipedia.org/wiki/Accra"target=_blank rel=noreferrer noopener class="L1">ACCRA</a>
<a href="https://en.wikipedia.org/wiki/Tamil_Nadu#Politics"target=_blank rel=noreferrer noopener class="L2">TAMILNADU</a>
<a href="https://en.wikipedia.org/wiki/Embraer_ERJ_family"target=_blank rel=noreferrer noopener class="L3">EMBRAER-145</a>
</body>
</html>