HTML
- HTML is not meant to define the way things look
- Tags describe the purpose of content
- Tags come with default styles but these are override-able
<strong>
means "strong importance". Not bold<h1>
means "highest level organizational header" not "biggest text"- Each tag can be made to look like any other
- Picking the right element is important for accessibility, among other things
21 / 23