What is the difference between and ID and a class?
Resposta da entrevista
Sigiloso
29 de abr. de 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 " ."