Vidyalelo
HTML · Q59

HTML5

Programming · HTML · question 59

Q59

Which type attribute of input element sets the element’s value to a string representing a number?

A.
range
Answer
B.
email
C.
file
D.
date

Answer: Option A

Solution

Answer: Option A
Solution:
The input element with a type attribute whose value is “range” represents an imprecise control for setting the element’s value to a string representing a number.