1. The value is the value of the element’s value attribute, if it has one, or the empty string otherwise.
  2. The value is the item created by the element.
  3. The value is the element’s datetime value.
  4. None of the mentioned
4 views

1 Answers

Answer: Option 1

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.

4 views