Computer Science, asked by party5, 1 year ago

Is the XML is closing tag why?or why not.?

Answers

Answered by farhansyeed1024
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 siddhartharao77
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!

siddhartharao77: :-)
Similar questions