As the title suggests, I have always given my divs IDs and then in my stylesheet referenced selber.Zum the ID Example: HTML: CSS: # content (font-size: 1 5em;) But sometimes I see it: # content div (font-size: 1 5em;) I am curious what the difference is, and if you should use one kind over another.