What this lesson teaches
HTML basics tags structure content.
Create your first personal webpage using HTML!
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.
HTML basics tags structure content.
Building a webpage that actually works in a browser provides immediate functional feedback — the code either works or it doesn't. This direct feedback loop accelerates learning faster than any exercise without a verifiable outcome, and the personal relevance (a webpage about themselves) sustains motivation.
1. Open Notepad. 2. Type html and body tags. 3. Add h1 heading. 4. Add paragraph. 5. Save as .html.