What is the difference between the ‘id’ and ‘class’ attributes of HTML elements?
BrindhaPrathaban Answered question June 28, 2023
							Remember the distinction between Class and ID: A Class name can be used by several HTML components on the page, whereas an ID name can only be used by one HTML element.
Vishalini.R Answered question June 27, 2023
				