The difference between CLASS and ID
ID : used once on a page – Denoted in CSS by a hash #
CLASS: May be used multiple times on a page – Denoted in CSS by a period .
leave a comment
ID : used once on a page – Denoted in CSS by a hash #
CLASS: May be used multiple times on a page – Denoted in CSS by a period .