0Pricing
HTML for Kids · Lesson

HTML Treasure Hunt

Use HTML to solve clues and find hidden messages.

1

HTML Treasure Hunt

Welcome to the HTML Treasure Hunt! Your mission is to uncover the hidden treasure by solving clues hidden in the HTML code. Follow each step carefully and modify the code to progress.

Goal: Find the treasure by completing each task!

HTML Treasure Hunt — illustration 1

2

Step 1: Setting Up the Treasure Map

The first clue is hidden in a comment. Open the HTML code and find the clue!

Here’s the starting HTML code:

<!DOCTYPE html>
<html>
  <head>
    <title>Treasure Hunt</title>
  </head>
  <body>
    <h1>Welcome to the Treasure Hunt!</h1>
    <p>Follow the clues to find the treasure.</p>
    
    <!-- Clue 1: Add an image to this page with a description of "Treasure Map". -->
    
  </body>
</html>

All lessons in this course

  1. Code-Along: Build a Simple Web Page
  2. HTML Treasure Hunt
← Back to HTML for Kids