Basic Html - Study Mode
[#26] Which 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 ?
Correct Answer
(B) The value is the value of the element’s value attribute, if it has one, or the empty string otherwise
Explanation
Solution: The answer is self explanatory.
[#27] Which 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 ?
Correct Answer
(A) The value is the element’s datetime value.
Explanation
Solution: For date- and time-related data, the time element and its datetime attribute can be used.
[#28] The ___________ of an item is the value of its element’s itemid attribute.
Correct Answer
(C) global identifier
Explanation
Solution: The global identifier of an item is the value of its element’s itemid attribute, if it has one, resolved relative to the element on which the attribute is specified. If the itemid attribute is missing or if resolving it fails, it is said to have no global identifier.
[#29] If the element has an itemscope attribute, it returns an __________ object with all the element’s properties.
Correct Answer
(B) dom object
Explanation
Solution: When an HTML document is loaded into a web browser, it becomes a document object.
[#30] _________ is the incoming e-mail server.
Correct Answer
(A) POP
Explanation
Solution: POP (“Post Office Protocol”) allows the user to pick up the message and download it into his own inbox, it's the incoming server.