Shine Tutorial    
  shinetutorialtopsideimage
HOME DOS OS C,C++ HTML CSS XML JAVA ASP PHP SQL OFFICE MULTIMEDIA MORE... CERTIFICATION ABOUT
 
S T ADVT
TUTORIALS


 

XML Tutorial

« Home Next Chapter »

XML

XML stands for eXtensible Markup Language.

XML is designed to transport and store data.

XML is important to know, and very easy to learn.

Start learning XML

XML Document Example

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


XML Examples

Learn by examples! With our editor, you can edit XML and click on a test button to view the result.

View-It-Yourself!

XML Quiz Test

Test your XML skills at W3Schools!

Start the XML Quiz!

XML Exam - Get Your Diploma!

W3Schools Certification

Shine Tutorial's Online Certification Program

The perfect solution for professionals who need to balance work, family, and career building.

 

The HTML Certificate documents your knowledge of HTML, XHTML, and CSS.

The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.

The XML Certificate documents your knowledge of XML, XML DOM and XSLT.

The ASP Certificate documents your knowledge of ASP, SQL, and ADO.

The PHP Certificate documents your knowledge of PHP and SQL (MySQL).


« Home Next Chapter »