-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (38 loc) · 2.12 KB
/
index.html
File metadata and controls
48 lines (38 loc) · 2.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>welcome to 201 level</title>
<style>
</style>
</head>
<body>
<header>
</header>
<main>
<h1 style="background-color:powderblue;font: size 90px;">introduce your self</h1>
<article>
<p style="background-color:blue;color: blanchedalmond;" id=firstp>My name My name is bob marley. My name came from my mom.
She wanted Lexey even though it’s a common name, so she spelled it like I’ve never seen before</p>
<p style="color: cornsilk;
background-color: darkcyan; font: size 70px; " id=secp>I am very foodie. I love to eat and cook. The food gives us energy.
Without food, there is no life. There are so many dishes available in today’s world some
like Indian foods like Biryani, Dosa, Pav Bhaji, Pani Puri etc whereas some like western
foods like Pizza, Burger, Noodles etc. Among the number of food, Pizza is my favourite food
because it tastes and smells fabulous.</p>
<p style="font-size:160%; background-color:darkslateblue;color: darkgray;" id=therdp>The world of colours comes to being only when light touches it. Without colours,
everything in this world is dark and gloomy.
Color makes things look beautiful and happening.
Color is the reason why the world is such a beautiful place.
Colors are held in different perspectives. They signify different things and they have different purposes</p>
<p style="color: floralwhite;background-color: goldenrod;
text-align:center;" id=fourthp>
Age is just a number for those people who really want to achieve their goals.
Take an example of a 65-year-old who could not even bend his knees while offering prayer and he
changed his life by adopting yoga exercises and now he is amongst the top yoga teachers of the city.</p>
</article>
</main>
<footer>
</footer>
<script src="app.js"></script>
</body>
</html>