Cisco
300-610 · Question #328
In this data structure, what is the XML terminology for the currency-"usd" code snippet?
The correct answer is B. attribute. In XML, key-value pairs inside a start-tag (like currency="usd") are called attributes. They provide metadata about the element without becoming child elements.
Automation
Question
In this data structure, what is the XML terminology for the currency-"usd" code snippet?
Exhibit
Options
- Acharacter
- Battribute
- Croot element start tag
- Droot element end tag
How the community answered
(38 responses)- B92% (35)
- C3% (1)
- D5% (2)
Explanation
In XML, key-value pairs inside a start-tag (like currency="usd") are called attributes. They provide metadata about the element without becoming child elements.
Topics
#XML#Data formats#Attribute
Community Discussion
No community discussion yet for this question.
