HTML interview topics: DOCTYPE, defer vs async scripts, block vs inline elements, semantic vs non-semantic HTML, void elements, ARIA roles, the difference between class and id, and the viewport meta tag purpose.
HTML Interview Topics
DOCTYPE — tells browser to use standards mode
defer vs async — defer preserves order; async doesn't
semantic vs non-semantic — header vs div
void elements — img, br, hr, input (no closing tag)
accessibility — ARIA, alt text, keyboard navigation