Answers for "xml syntax"

0

xml syntax

All XML elements must be closed e.g <br />
XML elements are case-sensitive unlike HTML
XML elements must be properly nested
White space are preserved in XML E.g (<p>Hello      XML</p>) will produce Hello      XML, with white spaces :D
Posted by: Guest on August-22-2021

Browse Popular Code Answers by Language