scrimba
Space Travel Site
The destination page
Getting the destination page started
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Getting the destination page started
AboutCommentsNotes
Getting the destination page started
Expand for more info
destination-moon.html
run
preview
console
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicon-32x32.png">

<title>Frontend Mentor | Space tourism website</title>
</head>
<body>

00 Home
01 Destination
02 Crew
03 Technology

01 Pick your destination

Moon
Mars
Europa
Titan

Moon

See our planet as you’ve never seen it before. A perfect relaxing trip away to help
regain perspective and come back refreshed. While you’re there, take in some history
by visiting the Luna 2 and Apollo 11 landing sites.

Avg. distance
384,400 km

Est. travel time
3 days
</body>
</html>
Console
/index.html#main
-11:34