THE VOID interview question

What is the difference between and ID and a class?

Interview Answer

Anonymous

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 " ."