Use Attribute Selectors to Style Elements
Summary
- id and class attributes are known as ID and class selectors.
- Other CSS Selectors can be used to select custom groups of elements to style.
- The
[attr=value]
attribute selector finds elements with the attribute type
.
Final Code