HTML Basic structure header nav main article section form footer aside Text h1 ... h6 p strong span Content structure table tr th td ul/ol li Others input/label img a Accessibility Attributes img > alt section/div/any > aria-label/role, title tab key > tab-index (defines the sequence the tab key should follow) Form structure form fieldset legend label input example:
Meta tags (SEO)
<meta name="keywords" content="example, html, meta, tags, accessibility, bla, bla" />
<meta name="robots" content="noindex, nofollow" />
<meta name="robots" content="index, follow" />