0
css class
what's the different between # and . ? I found the while in the course, if u want to change only one paragraph style, u write # on ur Css, and write . when u want to change more than one paragraph. Am I right?
2 Answers
+ 2
# means ID in HTML Tag, while . means class
+ 1
you can use ID for one one item to identify, Using class you can give same class to multyple elements.