Xml Tutorial
# XML Tutorial
!(
XML stands for e**X**tensible **M**arkup **L**anguage.
XML is designed to transport and store data, not to display data. HTML, on the other hand, is used to present data.
XML is very important and easy to learn.
[**Start learning XML now!**](
* * *
## XML Example
An XML document starts with an XML declaration that provides information about the document, such as:
XML defines structure, stores information, and transmits data.
## XML Document Example
-logo.png Programming learning website
**, , , ** are tags, containing the information to be transmitted.
Tags must appear in pairs: every opening tag must have a corresponding closing tag, for example:
* Opening tag: ``
* Closing tag: ` `
## XML Example
Learn through examples! Use our editor to edit XML code, then click the "Test" button to see the result.
[Try it yourself!](
## Online XML Formatter
You can use the (https://www.jyshare.com/front-end/710/) to format and compress XML code online:
[https://www.jyshare.com/front-end/710/](https://www.jyshare.com/front-end/710/)
YouTip