Difference between Class & ID in CSS?
What's the difference between class and id in CSS , I can only find out that class is for particular group of elements and id is for unique element, but please explain me with example and how can't we use one element over other?
0