25 lines
1.5 KiB
JavaScript
25 lines
1.5 KiB
JavaScript
export const content = `
|
|
<p>
|
|
Mars is the fourth planet from the Sun and the second smallest planet in the solar system. Known for its red color, Mars has a thin atmosphere and surface features reminiscent both of Earth's deserts and its polar ice caps.
|
|
</p>
|
|
<img src="https://upload.wikimedia.org/wikipedia/commons/5/58/Mars_23_aug_2003_hubble.jpg"/>
|
|
<h2>Key Facts</h2>
|
|
<ul>
|
|
<li>Orbital Period: 687 Earth days</li>
|
|
<li>Diameter: Approximately 6,779 km</li>
|
|
<li>Climate: Mostly cold with dusty winds; temperatures can range from -125 to 20 degrees Celsius</li>
|
|
<li>Average Distance from the Sun: About 227.9 million km</li>
|
|
<li>Orbital Speed: Approximately 24.07 km/s</li>
|
|
</ul>
|
|
<h2>Atmosphere</h2>
|
|
<p>
|
|
Mars's atmosphere is composed mainly of carbon dioxide (95.32%), with nitrogen (2.7%) and argon (1.6%), and traces of oxygen and water vapor. Its atmospheric pressure is low, less than 1% of Earth's.
|
|
</p>
|
|
<h2>Interesting Facts</h2>
|
|
<ul>
|
|
<li>Mars is home to the tallest volcano in the solar system, Olympus Mons, which is nearly three times the height of Mount Everest.</li>
|
|
<li>Despite its harsh conditions, Mars is a target for human colonization and has been extensively explored by robotic missions like rovers and orbiters.</li>
|
|
<li>The presence of water ice has been confirmed on Mars, indicating potential for past or present life forms under its surface.</li>
|
|
</ul>
|
|
`;
|