[HTML Semantic Elements](https://www.w3schools.com/html/html5_semantic_elements.asp) Semantic elements = elements with a meaning. In HTML there are several semantic elements that can be used to define different parts of a web page:   ``` - <article> - <aside> - <details> - <figcaption> - <figure> - <footer> - <header> - <main> - <mark> - <nav> - <section> - <summary> - <time> ```