-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (53 loc) · 2.08 KB
/
Copy pathindex.html
File metadata and controls
55 lines (53 loc) · 2.08 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
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello World!</title>
</head>
<body>
<h1>Hello World !</h1>
<h4>Few facts about the world we live in </h4>
<img src="https://images.unsplash.com/photo-1614730321146-b6fa6a46bcb4?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="earth image" height=" 350">
<p>Earth is the third planet from the sun and is the larget of the terrestial planets The Earth uis the only planet inour solare system not to be named after a Greek or Roman deity . The earth
is also the only planet known to support life. About 71% of Earth's surface is covered with water, and it has a rich atmosphere that protects living organisms from harmful solar radiation.
<hr>
</p>
<p><h4>About the Earth</h4></p>
<ul>
<li>Mass : 5972190000000 billion kg</li>
<li>Equatorial Diameter : 12756 km</li>
<li>Notable Moons : <a href="nasa.gov/moon">Moon</a></li>
</ul>
<hr>
<iframe width="560" height="315" src="https://www.youtube.com/embed/I753-8PIjd0?si=x8cm_48eik_Z23m5" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<hr>
<h4>Some facts about the earth </h4>
<ol>
<li>The earth rotation is gradually slowing</li>
<li>Earth is at centre of universe </li>
<li>Earth nas powerful magnitude feild</li>
</ol>
<hr>
<table>
<tr>
<th>Name</th>
<th>Avg Temp</th>
</tr>
<tr>
<td>Mars</td>
<td>-46 Degree</td>
</tr>
<tr>
<td>Venus</td>
<td>462 Degree</td>
</tr>
</table>
<hr>
<p>Want to know more?</p>
<br>
<form action="https://www.space.com/">
<input type="submit" value = "submit">
</form>
</body>
</html>