Reason
- The id attribute works for linkage.
- It also works for various effects with CSS and with JavaScript with the Document Object Model (DOM):
- We can create styles for an element through its id with CSS.
- We can get (and manipulate) an element by its id with JavaScript.
