Paradygmaty_Projekt/PP_Sterczynski/solarsys/mars.html
Michał Sterczyński 23bb38aa45 commit_1
2024-06-20 21:27:05 +02:00

77 lines
2.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<title>Mars</title>
<link rel="icon" type="image/x-icon" href="solar.ico">
<link rel="stylesheet" href="index_style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
</head>
<body>
<h1>Mars, The Red Planet</h1>
<img src="marsbanner.png">
<br></br>
<br></br>
<p>Mars is no place for the faint-hearted. Its dry, rocky, and bitter cold. The fourth planet from the Sun, Mars is one of Earth's two closest planetary neighbors (Venus is the other). Mars is one of the easiest planets to spot in the night sky it looks like a bright red point of light.</p>
<p>Despite being inhospitable to humans, robotic explorers like NASA's Perseverance rover are serving as pathfinders to eventually get humans to the surface of the Red Planet.</p>
<br></br>
<br></br>
<br></br>
<br></br>
<h4>Quick facts about Mars</h4>
<dl>
<dt><b>Small World</b></dt>
<dd>Mars is 53% smaller than Earth</dd>
<br></br>
<dt><b>Fourth Rock</b></dt>
<dd>Mars is 1.52 AU from the Sun, Earth = 1 AU</dd>
<br></br>
<dt><b>More Time</b></dt>
<dd>A Martian day is a little longer than Earth's; a Mars year is almost 2 Earth years</dd>
<br></br>
<dt><b>Rocky Planet</b></dt>
<dd>Mar's Surface has been altered by volcanoes, impacts, winds and crustal movement</dd>
<br></br>
<dt><b>Bring a Spacesuit</b></dt>
<dd>Mars' atmosphere is mostly carbon dioxide, argon and nitrogen</dd>
<br></br>
<dt><b>Two Moons</b></dt>
<dd>Phobos and Deimos are small compared to the planet</dd>
<br></br>
<dt><b>Ringless</b></dt>
<dd>Mars has no rings</dd>
<br></br>
<dt><b>Many Missions</b></dt>
<dd>The first succes was NASA's Mariner 4 flyby in 1965</dd>
<br></br>
<dt><b>The Search for Life</b></dt>
<dd>Missions are determining Mars' past and future potential for life</dd>
<br></br>
<dt><b>The Red Planet</b></dt>
<dd>Iron minerals in the Martian soil oxidize or rust, causeing the soil and atmosphere to look red</dd>
<br></br>
</dl>
</div>
</body>
</html>