Home » HTML » Html miscellaneous » Question
  1. Which of the following defines a default value on page load?
    1. <area>
    2. <object>
    3. <input>
    4. <progress>
    5. None of these
Correct Option: D

<button>, <li>, <progress>, <param>, <meter>, <input>, <option> are some elements used with value attribute and defines a default value on the page load. <object> element is used with many attributes like border, data, form, height etc. <area> is used with attributes like alt, cords, download, href, hreflang and many more.



Your comments will be displayed only after manual approval.