Computer Science, asked by akhilasrilakshmi573, 1 month ago


Which of the following is not a property of select object?
O option
O size
O selectedindex
O length​

Answers

Answered by Fatimakincsem
0

The option is not a property of a select object.

What are the properties of a select object?

  • There are different properties of the select object.
  • The most common properties are length, multiple, size, name, select index, type, and value.
  • In order to select an object, you can create select from the collection of the elements by using the specific document i.e document.createElement("SELECT").

So, the correct answer is Option.

#SPJ2

Similar questions