26 lines
1.4 KiB
JavaScript
26 lines
1.4 KiB
JavaScript
export const content = `
|
|
<p>
|
|
Saturn is the sixth planet from the Sun and the second-largest in our solar system, renowned for its extensive ring system.
|
|
Known for its beautiful rings composed of ice, rock, and dust, Saturn stands out among the other planets.
|
|
</p>
|
|
<img src="https://nssdc.gsfc.nasa.gov/planetary/image/saturn.jpg"/>
|
|
<h2>Key Facts</h2>
|
|
<ul>
|
|
<li>Orbital Period: About 29.5 Earth years</li>
|
|
<li>Diameter: Approximately 116,460 km</li>
|
|
<li>Climate: Predominantly cold with strong winds and storms</li>
|
|
<li>Average Distance from the Sun: About 1.4 billion km (9.5 AU)</li>
|
|
<li>Orbital Speed: Approximately 9.69 km/s</li>
|
|
</ul>
|
|
<h2>Atmosphere</h2>
|
|
<p>
|
|
Saturn's atmosphere is primarily composed of hydrogen and helium, with traces of methane, water vapor, and ammonia. The planet's famous yellow and gold bands are due to the ammonia crystals in its upper atmosphere.
|
|
</p>
|
|
<h2>Interesting Facts</h2>
|
|
<ul>
|
|
<li>Saturn has the most extensive system of rings in our solar system, which are made visible by reflected sunlight.</li>
|
|
<li>Saturn has at least 83 moons, with Titan being the largest and having a substantial atmosphere.</li>
|
|
<li>The planet's density is so low that it would float if placed in a sufficiently large body of water.</li>
|
|
</ul>
|
|
`;
|