I have seen some developers write
HTML:
some content
CSS:
you can apply classes to multiple dom elements, so doing div.classname would allow you to select only div elements with that class instead of all dom elements with that class
div.classname