• What are semantic HTML elements?
  • Why is semantic HTML important?
  • Difference between <section>, <article>, and <div>?
  • What is the <nav> tag?
  • What is the <aside> tag?
  • What is the <header> and <footer>?
  • What is the <figure> and <figcaption>?
  • What is the <blockquote> tag?
  • What is the cite attribute?
  • What are global attributes in HTML?
  • What is the id attribute?
  • What is the class attribute?
  • Difference between id and class?
  • What are data-* attributes?
  • What is the <base> tag?
  • What is the <link> tag?
  • What is the rel attribute?
  • How do you add CSS to HTML?
  • What are inline, internal, and external CSS?
  • How do you add JavaScript to HTML?
  • Difference between <script> in head vs body?
  • What is defer in script?
  • What is async in script?
  • What is the <noscript> tag?
  • What is the <fieldset> tag?
  • What is <legend> in forms?
  • What is enctype in forms?
  • When to use multipart/form-data?
  • What is form validation?
  • What is the required attribute?
  • What is placeholder?
  • What is pattern attribute?
  • What is HTML5 form validation?
  • What is <datalist>?
  • Difference between <datalist> and <select>?
  • What is <output> tag?
  • What is <progress> tag?
  • What is <meter> tag?
  • What is HTML layout?
  • What is responsive design?
  • What is viewport meta tag?
  • What are HTML entities and encoding?
  • What is UTF-8 encoding?
  • What is iframe?
  • How do you embed another webpage?
  • What is accessibility in HTML?
  • What is ARIA?
  • What is tabindex?
  • What is contenteditable?
  • What is <address> tag?
  • What is <mark> tag?
  • What is <time> tag?
  • What is <code> tag?
  • What is HTML validation?
  • What is DOM in HTML?
  • What is BOM?
  • What are HTML APIs?
  • What is Geolocation API?
  • What is Web Storage API?
  • Difference between localStorage and sessionStorage?