What this lesson teaches
This activity introduces HTML basics by allowing children to construct a web page. They learn how tags and elements come together to form a functional webpage, enhancing their understanding of how websites operate.
Can you finish html map adventure in about 30 min?
You will this activity introduces HTML basics by allowing children to construct a web page.
Sign in to start the full activity flow, save this lesson, print a learner version, and track XP. The preview below is public so parents and educators can evaluate the activity before joining.
This activity introduces HTML basics by allowing children to construct a web page. They learn how tags and elements come together to form a functional webpage, enhancing their understanding of how websites operate.
Through creation, children engage in embodied cognition, making the abstract concept of HTML tangible. By constructing their own website, they can visualize the relationships between different elements, reinforcing learning through active participation.
1. Open a simple text editor (like Notepad or Notepad++). 2. Type '<!DOCTYPE html>' at the top. 3. Create a '<html>' section and add a '<head>' with a '<title>' for your treasure map. 4. In the '<body>', add a '<h1>' for the title and '<p>' for clues. 5. Save your file as 'treasure-map.html' and open it in a web browser. 6. Show your treasure map website to your family — what treasures did you hide?