HTML
HTML Markups
Semantic tags
<article><aside><section><caption>: the title of a<table>. first decendent of<table><strong><datalist>: can be used in auto-suggestion list. See MDN -<datalist><dl>: description list, which can be used by form. See MDN -<dl><dd>: description, which can be used in form input & label combination
<img>
srcset: responsive images see css-tricks