How are type, class, and ID selectors written in CSS?
# before all three selector kinds
#
All three must be written only as HTML attributes
. before a type, # before a class, and a tag name for an ID
.
A tag name for type, . before a class, and # before an ID