-
Which of the following defines a default value on page load?
-
- <area>
- <object>
- <input>
- <progress>
- 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.