Creating a web page showing information of Solar
System
Please help me in this
Answers
Answer:
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.
Go farther. Explore Our Solar System in Depth ›
Answer:
<html>
<body style="background-color:yellow">
<h1 style = "color:red">SOLAR SYSTEM</h1>
<p style = "color:blue">PLANETS IN ORDER-</p>
<ol>
<li>MERCURY</li>
<li>VENUS</li>
<li>EARTH</li>
<li>MARS</li>
<li>JUPITER</li>
<li>SATURN</li>
<li>URANUS</li>
<li>NEPTUNE</li>
</ol>
</body>
</html>
Explanation: