-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (26 loc) · 1.07 KB
/
index.html
File metadata and controls
27 lines (26 loc) · 1.07 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
<!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>About Life</title>
</head>
<body>
<header align=" center">
<h1>About Life</h1>
<h3>We were born, we are grow and we all will die</h3>
<h4>What difference will you make</h4>
</header><br>
<div align="center" >
<img src="https://en.islcollective.com/preview/201805/f/the-life-cycle-classroom-posters-clt-communicative-language-teach_107198_1.jpg" alt="life process", style="width: 300px;height: 300px">
</div><br>
<div align = "center">
<h2 align="center">Man's Life</h2>
<P>Man and a woman give birth, celebrate it(some times they dont), train the chils to a certain age. and the die<br>
The child becomes adult continue to self train, continue the same process </p>
<div align="center">
<pre>if you want to fill the Life form <a href="form.html">click here</a></pre>
</div>
</body>
</html>