Write a program to demonstrate comment of XML.
CODING:
<?xml version="1.0" encoding="UTF-8"?>
<comment>
Comment Example.
<!-- Comment -->
</comment>
CODING:
<?xml version="1.0" encoding="UTF-8"?>
<comment>
Comment Example.
<!-- Comment -->
</comment>
Comments
Post a Comment