Vidyalelo
HTML · Q60

HTML5

Programming · HTML · question 60

Q60

Which of the following type attributes of input element defines control for entering a telephone number?

A.
mob
B.
tel
Answer
C.
mobile
D.
telephone

Answer: Option B

Solution

Answer: Option B
Solution:
The input element with a type attribute whose value is “tel” represents a one-line plain-text edit control for entering a telephone number.