HTML Refresher and Detailed Study - Part 5
Last updated on 4 May 2026 Post series: Part 1 , Prev Part (4) Contents Gemini Summary of the <noscript> Discussion Gemini Summary of aside element not being used for sidebar as nav element is enough for semantics and a11y Gemini Summary about <code> and <pre> Elements Used Together Can figure element be used with picture element? HTML entities, symbols and emojis URL ASCII limitation URL Encoding autocomplete is an enumerated attribute and not a boolean attribute HTML Select dropdown size cannot be specified React apps use custom combobox type components instead of input with datalist HTML elements Picture Element - Detailed Look Using thead, tbody and tfoot is good practice In Plain JS, using addEventListener() is best practice for wiring event handlers Inline JavaScript: Vulnerable to XSS in plain JS, but protected in React's event system Plain JS app security has to be handled by dev. React provides...