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.

All elements are identified by their __________ and are marked up using either start tags and end tags or self-closing tags.

a) attribute name
b) tag name
c) class name
d) none of the mentioned

Answer: b
Explanation: The attribute name describes name of <input> element. The tagName property returns the tag name of the element. In HTML, the returned value of the tagName property is always in UPPERCASE. Name of class is returned by class name.

Join The Discussion