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
Correct Answer: tag name
The tagName property returns the tag name of the element. In HTML, the returned value of the tagName property is always in UPPERCASE.