Q55
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
AnswerC.
class name
D.
none of the mentioned
Answer: Option B
Solution
Answer: Option B
Solution:
The tagName property returns the tag name of the element. In HTML, the returned value of the tagName property is always in UPPERCASE.