Creating Paragraphs in HTML
📖 Scenario: You are building a simple webpage to introduce yourself. You want to add some text about your hobbies and interests using paragraphs.
🎯 Goal: Create a basic HTML page with two paragraphs describing your hobbies and interests.
📋 What You'll Learn
Use semantic HTML5 structure
Create two separate paragraphs using the
<p> tagInclude a
<main> section to hold the paragraphsAdd a
lang attribute to the <html> tagInclude
charset and viewport meta tags for accessibility and responsiveness💡 Why This Matters
🌍 Real World
Paragraphs are the basic way to add readable text content on webpages, used everywhere from blogs to company sites.
💼 Career
Knowing how to structure text with paragraphs and semantic HTML is essential for web developers and content creators to build accessible and well-organized websites.
Progress0 / 4 steps