InterviewSolution
Saved Bookmarks
| 1. |
Which method takes a string that contains an unordered set of unique space-separated tokens that are case-sensitive, representing types?(a) document.getItems(b) element.itemProp(c) collection.namedItem(d) object.itemrefI got this question during an online interview.Question is from Microdata topic in section HTML Fundamentals of HTML |
|
Answer» The correct answer is (a) document.getItems |
|