Coding Lesson 1 — HTML Foundations

← Coding Academy

BEGINNER 1/8 • HTML
LESSON 01 • HTML FOUNDATIONS

Build Your First Web Page

HTML gives a web page its structure. In this lesson, you will build a heading and paragraph, preview the result instantly, then pass a real coding challenge before the lesson can be completed.

LEARN

HTML uses elements

A heading uses <h1>. A paragraph uses <p>. Most elements have an opening tag, content, and a closing tag.

<h1>My First Website</h1>
<p>I built this with HTML.</p>
MISSION

Create an <h1> that says My First Website and add at least one <p> paragraph underneath it.

YOUR CODESaved on this device

LIVE WEBSITE

CHALLENGE CHECK

When your page is ready, check your code. You must pass the mission to complete Lesson 1.

MovieCache Coding Academy
Learn • Build • Create
© 2026 MovieCache

Scroll to Top