You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
XML Tutorial For Beginners HTML / Getting Started
XML is a markup language which is like HTML. XML and HTML both use tags. But there are some differences between them:
HTML was designed for how to display data. And XML was designed for how to store data.
HTML tags are predefined (for example "<p>", "<table>", etc.). But XML tags are not predefined. You must define your own tags
Before you learn XML, you should have a basic understanding of HTML.