InterviewSolution
Saved Bookmarks
| 1. |
What is the difference between the ‘id’ attribute and the ‘class’ attribute of HTML elements? |
|
Answer» Multiple elements in HTML can have the same class VALUE, whereas a value of id attribute of ONE ELEMENT cannot be associated with another HTML element. |
|