a) Unity b) Adobe Photoshop c) Dreamweaver d) VLC Answer: b ...
View QuestionThe goal of microdata is to create a unified way to define the data in a way any web crawler or reader implementation can read it.
a) True b) False Answer: a Explanation: Microdata allows the user to create “custom” elements (sort of), ...
View QuestionWhich 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.itemref Answer: a Explanation: When called, the method ...
View QuestionWhich of the following is true if the property value of a name-value pair added by an element with an itemprop attribute is a data element?
a) The value is the value of the element’s value attribute if it has one, or the ...
View QuestionIf the element has an itemscope attribute, it returns an __________ object with all the element’s properties.
a) itemscope b) dom object c) collection.namedItem d) itemtype Answer: b Explanation: When an HTML document is loaded into ...
View QuestionThe ___________ of an item is the value of its element’s itemid attribute.
a) token b) typed item c) global identifier d) scope Answer: c Explanation: The global identifier of an item ...
View QuestionWhich of the following is true if the property value of a name-value pair added by an element with an itemprop attribute is a time element?
a) The value is the element’s datetime value b) The value is the value of the element’s content ...
View QuestionWhich of the following is true if the property value of a name-value pair added by an element with an itemprop attribute is a meta element?
a) The value is the item created by the element b) The value is the value of the ...
View QuestionEvery HTML element may have an ____________ attribute specified.
a) itemtype b) relevant types c) itemscope d) itemref Answer: c Explanation: “itemtype” attribute specifies ...
View QuestionThe microdata model consists of groups of name-value pairs known as ________
a) Item b) Property c) Value d) URL Answer: a Explanation: The microdata model consists of groups of name-value ...
View Question