Tips ‘n Tricks

150 posts

CSS Attribute Selectors

An attribute selector is used to select a HTML element using one of its attributes value. They allow one to write CSS for things already coded, without having to go back and add classes or ids.