-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (64 loc) · 2.42 KB
/
index.html
File metadata and controls
88 lines (64 loc) · 2.42 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<html>
<head>
<title>styling links</title>
</head>
<body>
<iframe width="560" height="315" src="https://www.youtube.com/embed/CFrP6QfbC2g" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen align="right"></iframe>
<p><h1>Hello World!!!</h1></p>
<p><h2>Earth is the third planet from the Sun and is the largest of the terrestrial planets.... </h2></p>
<img src="https://cdn.vox-cdn.com/thumbor/aGqpkHoX_oBxCT0tBKNU3mZaLSg=/36x0:983x631/1200x800/filters:focal(36x0:983x631)/cdn.vox-cdn.com/assets/1114614/earth-russia.jpg" width="700" height="500">
<p>Earth is the third planet from the Sun and the only astronomical object known to harbor life. According to radiometric dating and other evidence, Earth formed over 4.5 billion years ago. Earth's gravity interacts with other objects in space, especially the Sun and the Moon, which is Earth's only natural satellite. </p>
<hr>
<p><h3>Below are facts of earth</h3></p>
<ul>
<li> Equatorial Diameter:12,756 km</li>
<li>Polar Diameter:12,714 km</li>
<li>Mass:5.97 × 10^24 kg</li>
<li><a href="https://en.wikipedia.org/wiki/Moon">Moons</a>:1 (The Moon)</li>
</ul>
<hr>
<p><h3>Top 3 facts about the earth</h3></p>
<ol>
<li>The Earth's rotation is gradually slowing. ...</li>
<li>The Earth was once believed to be the centre of the universe. ...</li>
<li>Earth has a powerful magnetic field. .</li>
</ol>
<hr>
<table>
<thead>
<tr>
<th>NAME</th>
<th>Satellite of</th>
<th>difference in axes</th>
</tr>
</thead>
<tbody>
<tr>
<td>Mimas </td>
<td>Saturn</td>
<td> 33.4 (20.4 / 13.0)</td>
</tr>
<td>Enceladus</td>
<td>Saturn</td>
<td> 16.6 </td>
</tr>
<tr>
<td>Miranda</td>
<td>Uranus </td>
<td> 14.2 </td>
</tr>
<tr>
<td>Tethys</td>
<td>Saturn</td>
<td> 25.8 </td>
</tr>
</tbody>
</table>
<hr>
<hr>
<form action="https://www.livescience.com/19102-amazing-facts-earth.html">
<p>WANT TO KNOW MORE????</p>
<p><input type="submit" value="click here!!"></p>
</form>
</body>
</html>