- index.html
- style.css
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Historical Events in Space</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
Historical Events in Space
In 1969, the first launch of a lunar rover took place. This historical event opened new horizons in space exploration.
Over the years, scientists improved technologies, creating more advanced devices. Since then, space exploration has continued to develop.
Modern research includes achievements such as rovers on Mars and automatic stations.
Key Events
1969 — launch of the lunar rover
1973 — launch of the Mars rover
2020 — mission to Mars
Modern research:
Mars rovers
Automatic stations
</body>
</html>
CSS
body {
width: 500px;
margin: 0;
padding: 10px;
font-family: "Arial", sans-serif;
font-size: 16px;
line-height: 1.2;
}
- Goal
- Result
- Overlay
- Differences
- ?
Press Compare to send your code for review.