Tag one element for styling

Situation

You have one element on the page you want to have a unique style.

Action

Give the element an id that is unique on the page.

Explanation

If you have more than one element on a page needing the same style, use a class.