-
Attributes that allow to identify particular element are ____________.
-
- <iframes>
- <div> and <span>
- <meta>
- id and class
- None of these
Correct Option: D
The id and class attributes are useful in identifying particular elements. <iframe> element is for creating frames in web page, <div> and <span> are inline elements, metadata is provided by <meta> tag.