What is the difference between . and #
Is there a hard and fast rule?
Thanks
. represents a class, which can be refernced many times in the same page whereas # represents an ID which must be referenced only once per page.
HTML Dog do a very good description of the two here