In the web page we have a field called phoneno inside the textbox we
should have a value "Only numbers are allowed", once we type the phoneno it
should get disappered automatically.
Which of the below option will suit for the above scenario.
Select one or more
a <input type="text" value="Only numbers are allowed">
b. <input type="tel" default="Only numbers are allowed">
c <input type="tel" placeholder="Only numbers are allowed">
d. <input type="tel" value="Only numbers are allowed">
e <input type="text" placeholder="Only numbers are allowed">
Answers
Answered by
4
Answer:
option a and d are correct one Ok
Similar questions