Learn Create Your Own Split Screen

Next Page

We know we can apply a style to a tag, for example, make all divs appear a certain way.

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.