First HTML page
📖 Scenario: You want to create a simple webpage that shows a welcoming message about your favorite hobby.
🎯 Goal: Build a basic HTML page with a title and a heading that displays the hobby name.
📋 What You'll Learn
Use semantic HTML5 structure
Include a
<title> in the <head>Add a main heading inside the
<body>Use the exact text values given in instructions
Ensure the HTML is valid and renders correctly in a browser
💡 Why This Matters
🌍 Real World
Creating a simple personal webpage or introduction page for a hobby or interest.
💼 Career
Understanding basic HTML structure is essential for any web development or content creation role.
Progress0 / 4 steps