Skip to main content
Write a program to demonstrate comment of XML.
CODING:
<?xml version="1.0" encoding="UTF-8"?>

<comment>
Comment Example.
<!-- Comment -->
</comment>

Comments