You've been tasked with navigating the space rover from checkpoint to checkpoint, and then returning it home safely. To do this, you'll need to construct file paths that reference pages, images, scripts, and more.
Learning Objectives
Learn how to construct relative paths, including document relative and root relative, as well as absolute paths. Use the forward slash /
to delimit folders, and .
and ..
to indicate the current and parent folders respectively.
Prerequisites
Knowledge of HTML basics is assumed.