XML stands for eXtensible Markup Language, and it's designed to store and organize data. This tutorial series will help you get started in XML and introduce you to some knowledge about XML, which is the basis of learning XML!



Required Knowledge

Basic Knowledge of HTML and JavaScript will help you to understand XML quickly.

XML Example

A quick look at the example of XML and detailed description is given on the XML Syntax page.

Example:

<?xml version="1.0" encoding="UTF-8" ?>
<product>
  <name>XML Book</name>
  <author>w3schools</author>
  <price>$20</price>
</product>

In the above example, product information is stored in XML.



Found This Page Useful? Share It!
Get the Latest Tutorials and Updates
Join us on Telegram