JNCIA-DevOps: Juniper Networks Certified Associate – Automation (2021) — Question 18
Given the <name> username </name> XML code, what is the information between the opening and closing tags called?
Answer options
- A. name node
- B. data node
- C. text node
- D. element node
Correct answer: D
Explanation
The correct answer is D, as the term 'element node' refers to the entire structure defined by the opening and closing tags, including any content in between. Options A and B are not standard terms used to describe this concept, while option C, 'text node', specifically refers to the text content inside an element but does not encompass the tags themselves.