InterviewSolution
Saved Bookmarks
| 1. |
Every HTML element may have an ____________ attribute specified.(a) itemtype(b) relevant types(c) itemscope(d) itemrefThe question was posed to me in an international level competition.This intriguing question comes from Microdata topic in section HTML Fundamentals of HTML |
|
Answer» RIGHT ANSWER is (c) itemscope Explanation: “itemtype” attribute specifies URL that is used to provide item’s DATA in data structure. An ELEMENT with the itemscope attribute specified creates a new item, a group of name-value pairs. |
|