Home » HTML » HTML Forms » Question
  1. tel attribute is supported by the _________ browser.
    1. Opera
    2. Internet Explorer
    3. Chrome
    4. Safari
    5. None of these
Correct Option: D

tel is the attribute which specifies field for telephone number. Syntax is <form action=”hkjk.php”> Telephone number: <input type=”tel” name=”usertelephone”> <br> <input type=”submit”> </form>, tel attribute is usually supported by newer versions like Safari 8.



Your comments will be displayed only after manual approval.