-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (62 loc) · 3.12 KB
/
index.html
File metadata and controls
79 lines (62 loc) · 3.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
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
<!DOCTYPE html>
<html>
<head>
<title>Hello solar system </title>
</head>
<body>
<iframe width="560" height="315" src="https://www.youtube.com/embed/libKVRa01L8" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreengn align = right></iframe>
<h1>Hello Solar System</h1>
<h2>A Few Facts About The Universe We Live In </h2>
<img src="https://live.staticflickr.com/96/224349598_ba41348d25_c.jpg" width="400">
<p>Our planetary system is located in an outer spiral arm of the Milky Way galaxy.</p>
<p>The solar system is the sun and everything that orbits around it. It includes the planets and their moons as well as numerous asteroids and comets. These objects are all held in orbit around the sun by the sun's strong gravity.</p>
<p>Our solar system consists of our star, the Sun, and everything bound to it by gravity — the planets Mercury, Venus, Earth, Mars, Jupiter, Saturn, Uranus and Neptune, dwarf planets such as Pluto, dozens of moons and millions of asteroids, comets and meteoroids. Beyond our own solar system, we have discovered thousands of planetary systems orbiting other stars in the Milky Way.</p>
<aside>
<h3>Why It Is Called The "Solar System" ? </h3>
<p>There are many planetary systems like ours in the universe, with planets orbiting a host star. Our planetary system is named the "solar" system because our Sun is named Sol, after the Latin word for Sun, "solis," and anything related to the Sun we call "solar." </p>
</aside>
<hr>
<h3><a href ="https://solarsystem.nasa.gov/solar-system/sun/overview/" >The Sun Facts</a></h3>
<ul>
<li>The Sun is the largest object within our solar system, comprising 99.8% of the system’s mass.</li>
<li>The Sun is located at the center of our solar system, and Earth orbits 93 million miles away from it.</li>
<li>Though massive, the Sun still isn’t as large as other types of stars. It’s classified as a yellow dwarf star.</li>
<li>The Sun's magnetic field spreads throughout the solar system via the solar wind. </li>
</ul>
<h3><a href ="https://www.astronomytrek.com/top-10-facts-about-the-solar-system/"</a>TOP 4 FACTS OF OUR SOLAR SYSTEM</a></h3>
<ol>
<li>Solar System is 4.6 Billion Years Old</li>
<li>Sunlight Takes Around 8 Minutes To Reach Earth</li>
<li>Solar System 2 Light-years Across</li>
</li> Planets Are Made of Rock or Gas</li>
</ol>
<hr>
<table>
<thead>
<tr>
<th>Galaxy Name</th>
<th>Distance</th>
<th>Constellation</th>
</tr>
</thead>
<tbody>
<tr>
<td>MilkyWay</td>
<td>0</td>
<td>Sagittarius (center)</td>
</tr>
<tr>
<td>andromeda <br>(M31,NGC 224)</td>
<td>2.5 Mly<br>(780 kpc)</td>
<td>Andromeda</td>
</tr>
</tbody>
</table>
<hr>
<form
action="https://solarsystem.nasa.gov/solar-system/our-solar-system/overview/">
<p>Want to get more information about our solar system ?</p>
<input type ="submit" value="view more">
</form>
</body>
</html>