## aria attributes
These attributes are for assistive technology to make use of.
- `aria-labelledby` allows us to associate text with an element, even if they don't appear together
- `aria-label` is text that will be read instead of what appears on screen e.g. we could add it to a heart emoji and make it read 'like' on a social media app
ARIA is by far the most difficult thing to learn about accessible coding, so don't worry about understanding it fully yet. What matters is that using it badly is worse than not using it at all!