Module 1: The Skeleton

Initializing basic training sequence...

OBJECTIVE: UNDERSTAND TAGS

All websites are built with HTML Tags. They act like containers.


1. <h1> = The Main Headline (Big Text)

2. <p> = A Paragraph (Normal Text)

3. <button> = Something you click

YOUR MISSION

Open your text editor. Change the text inside the <h1> tag at the top of this code to say your own name.

Example: <h1>AGENT ZACHARY'S TERMINAL</h1>

MISSION COMPLETE - RETURN TO BASE