Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Use of checked attribute is ____________

a) Whether on page load element should be checked
b) Whether on page load all form element should be checked
c) Whether on page load all list element should be checked
d) Whether on page load all multimedia elements should be checked

Answer: a
Explanation: checked is use with <command>, <input> elements and it indicates if element is checked on loading of the page or not.

Join The Discussion