Latest web development tutorials

XML Tutorial

XML means Extensible Markup Language(e X tensible M arkup L anguage).

XML is designed to transmit and store data.

XML is very important, and very easy to learn.

Now learn XML!

XML document instance

<?xml version="1.0"?>
< note >
< to > Tove </ to >
< from > Jani </ from >
< heading > Reminder </ heading >
< body > Don't forget me this weekend! </ body >
</ note >

XML instance

Learn by example! Use our editor, you can edit the XML code, and then click the button to see the test results.

try it!