- 1
What is the difference of id attribute and class attribute in CSS html
The difference...
1 Réponse
+ 4
Jonathan Jundarino Hello,
an ID is only used to identify one single element in our HTML and Id is unique However, a classcan be used to identify more than one HTML element.
For more info visit this link,
https://www.w3schools.com/html/tryit.asp?filename=tryhtml_id_class
Use search bar this types of questions already available in sololearn
https://www.sololearn.com/discuss/303457/?ref=app
https://www.sololearn.com/discuss/1290820/?ref=app