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 data element ?
A
The value is the value of the element’s value attribute, if it has one, or the empty string otherwise.
B
The value is the item created by the element.
C
The value is the element’s datetime value.
D
None of the mentioned
Correct Answer: The value is the value of the element’s value attribute, if it has one, or the empty string otherwise.
If the element is a data element, the value is the value of the element’s value attribute, if it has one, or the empty string otherwise.