Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

XML tutorial


May 27, 2021 XML


Table of contents


XML tutorial

Let's start with a simple look at XML:

XML refers to the extensible markup language (e X tensible M arkup L anguage).

XML is designed to transfer and store data.

XML is important and easy to learn.

Start learning XML now!

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! Using our editor, you can edit the XML code and click the test button to see the results.

Give it a try!