Optimiza interview question

from the interview in CSS what is the difference between an ID and a class?

Interview Answer

Anonymous

7 Aug 2018

an ID you can select single element while a class can select multiple ones. and ID has more priority than class