Q. Which attribute is used to specify a unique id for an HTML element?
β
Correct Answer: (C)
id
Explanation: id is attribute of HTML tag. Different tag has different and unique id.
Example:-
<div id="topDiv"></div>
<div id="rightDiv"></div>