-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (77 loc) · 2.3 KB
/
index.html
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
<!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">
<link rel="stylesheet" href="css/style.css">
<title>🟠 Solar System </title>
</head>
<body >
<center>
<h1>THE SOLAR SYSTEM</h1>
<img src="solarSystem.jpg" alt="Image of solar system">
<P><i>Arrangment of 9 planets with 1 star</i></P>
<p>This system of a Star called sun and rest other 9 planets was formed 4.5 billion years ago. All the planets in this system are devoid of
life except Earth.
</p>
</center>
<hr size="3">
<h3>Planet names</h3>
<ol type="1">
<li>Mercury</li>
<li>Venus</li>
<li>Earth 🌏</li>
<li>Mars</li>
<li>Jupiter</li>
<li>Saturn</li>
<li>Uranus</li>
<li>Neptune</li>
<li>Pluto</li>
</ol>
<hr>
<h3>First 6 planets with their mean temperatures</h3>
<table>
<tr>
<td>
<table cellspacing = "10">
<tr>
<td>Mercury</td>
<td>430°C</td>
</tr>
<tr>
<td>Venus</td>
<td>471°C</td>
</tr>
<tr>
<td>Earth</td>
<td>16°C</td>
</tr>
</table>
</td>
<td>
<table cellspacing = "10">
<tr>
<td>Mars</td>
<td>-28°C</td>
</tr>
<tr>
<td>Jupiter</td>
<td>-108°C</td>
</tr>
<tr>
<td>Saturn</td>
<td>-138°C</td>
</tr>
</table>
</td>
</tr>
</table>
<a href="Gaseous Planets.html">Gaseous Planets</a>
<a href="planet PP.html">Click here for planet Properties</a>
<a href="earth.html">Most habitual planets</a>
<br>
<br>
<a href="user.html">User signup</a>
</body>
</html>