🌐 HTML Introduction Lesson

HTML (HyperText Markup Language) is the standard language for creating webpages. It structures the content using tags.

🔖 Basic HTML Structure

🔑 The <h1> tag is for main headings. <p> is for paragraphs.

📋 Lists in HTML

📑 Use <ul> for unordered lists and <li> for each list item.

🔗 Adding Links

🌍 The href attribute specifies the URL, and target="_blank" opens it in a new tab.