-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmy code.html
More file actions
53 lines (47 loc) · 1.35 KB
/
my code.html
File metadata and controls
53 lines (47 loc) · 1.35 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The king's Webpage</title>
</head>
<body>
<header>
<h1><strong>MY JOURNEY BEGINS</strong></h1>
<P>Today, I wrote my first webpage using html</P>
</header>
<main>
<p><b>GOAL:</b> I want to be a great fullstack developer</p>
<u>my bestie is back</u>
<p>lets go home and have some breakfast <br>i would join you guys later</p>
<section id="ENERGY">
<h3>TYPES ENERGY</h3>
<ul>
<li>Solar energy</li>
<li>Kinetic energy</li>
<li>Chemical ENERGY</li>
</section>
<div>
</ul>
<h3>SOURCES OF ENERGY</h3>
<ol>
<li>sun</li>
<li>wind</li>
<li>food</li>
</ol>
</div>
<p>visit<a href="http://uniuyo.edu"> uniuyo.edu</a> for more information about <br>your admission</p>
<p>leave imageabeg</p>
</main>
<img src="besthouse.jpg"width="1500"height="500" alt="description of besthouse.jpg">
<p><h3>ESSA'S HOTEL AND RESORT IS A HOME OF COMFORT AND RELAXATION</h3></p>
<p><h3><mark>Get an apartment with us and live the luxury life that you deserve</mark></h3></p>
<h3> OUR SERVICES IS AS FOLLOWS:</h3>
<ul>
<li>Hotel reservtion</li>
<li>Beach tour</li>
<li>Rented apartment</li>
<li>Music, dance and lots more......</li>
</ul>
</body>
</html>