We also can apply a style to a class, for example, make everything with a class of happy appear a certain way.
But it's also possible to uniquely identify a particular HTML Element.
This becomes very useful when we start to involve Javascript, because with a unique identifier, we know we are talking about a single element.
|