Inline Elements with Real Intent
Inline semantics become useful when the text is doing more than just existing on the page.
`mark` highlights contextually relevant text. `abbr` explains abbreviations. `kbd` represents keys or shortcuts. `del` and `ins` show editorial changes more explicitly than plain styling.
These choices help the page communicate nuance instead of flattening everything into visually similar text.