What is the difference between and ID and a class?
Risposta di colloquio
Anonimo
29 apr 2017
ID: Id is used to apply css style to many HTML elments and it define with " #".
Class: Class is used to apply css style to many HTML elements and it define with " ."