Skip to main content

Practice ยท 1 of 1

Project: Your First Personal Page

Write a complete HTML page about a topic you care about โ€” a hobby, a place, a pet, anything. Requirements: - Start with <!DOCTYPE html> and use <html> with a lang attribute. - Include a <head> with a <meta charset> and a non-empty <title>. - In the <body>: exactly one <h1> with the topic, and at least two <p> paragraphs saying something about it. - Your own words โ€” the content is yours; the tests only check the structure.

Difficulty: beginner

Back to lesson: Practice: Your First HTML Page โ€” Practice