Learn text formatting tags, lists, semantic HTML elements, and accessibility basics including ARIA roles.
Introduction to text formatting in HTML and the importance of semantic markup.
Learn the difference between <strong> and <b>, <em> and <i>, and when to use them.
Explore tags like <mark>, <small>, <del>, <ins>, <sub>, and <sup> with examples.
Understand the importance of lists in content structure.
Learn syntax and usage of ordered lists, including nested lists.
Learn syntax and usage of unordered lists, including nested lists.
Understand description lists and when to use them.
Learn what semantic HTML is and why it matters.
Explore <header>, <footer>, <main>, <section>, <article>, and <aside> elements.
Learn about <nav>, <figure>, <figcaption>, <details>, and <summary> elements.
Understand the importance of accessibility and how semantic elements help.
Introduction to ARIA roles and common attributes for accessibility.