Basics
Your First HTML Page
Every HTML document starts with a basic structure. Let's create your very first webpage!
💡 Key Concept
HTML stands for HyperText Markup Language. It's the skeleton of every website. We use <!DOCTYPE html> to tell the browser this is an HTML5 document.
Live Preview
🎯 Your Task
Type the basic HTML structure below. Start with <!DOCTYPE html> and add the <html> tags.