Is the XML is closing tag why?or why not.?
Answers
Answered by
1
An XML element is required to have a closing tag. With XML it is illegal to omit the closing tag.
party5:
but book me to only open tag use hhh
Answered by
1
There is no closing tag for XML.
All XML elements must have a closing tag.
Ex:
<? xml version="1.0" encoding="UTF-8"?>
<Programming>
<Mid-level>C</Mid-level>
<High-Level>Java</High-Level>
<Scripting>Python</Scripting>
</Programming>
Hope this helps!
All XML elements must have a closing tag.
Ex:
<? xml version="1.0" encoding="UTF-8"?>
<Programming>
<Mid-level>C</Mid-level>
<High-Level>Java</High-Level>
<Scripting>Python</Scripting>
</Programming>
Hope this helps!
Similar questions
Math,
7 months ago
Computer Science,
7 months ago
English,
7 months ago
Computer Science,
1 year ago
Physics,
1 year ago