What Is XML?

Most people might be able to tell you that HTML is the language used to create websites, but the better answer is that websites are created with a combination of many different languages and tools, the most common being HTML (to handle a website's appearance), CSS (to style that appearance), PHP (a server-side language that can do what HTML can't) and MySQL (to create databases). XML is another one of these tools.

  1. Identification

    • XML stands for eXtensible Markup Language.

    Purpose

    • XML provides a readable syntax to pass data around to different websites, computers and applications.

    Appearance

    • Whereas HTML has a predetermined set of "tags" for formatting things such as a paragraph (by surrounding the paragraph text in <p> and </p>) or making a header (by surrounding the header text in <h1> and </h1>), in XML you can create your own tags to classify things however you want. For example: <question>What is XML?</question>

    Description

    • XML is not so much a language as a specification: it allows people to create their own markup languages.

    History

    • The first working draft of XML in use was created in November, 1996. The World Wide Web Consortium (or W3C) officially gave XML their recommendation on February 10th, 1998.

Related Searches:

Comments

You May Also Like

  • What Is XML Encoding?

    Computers encode the characters in saved files in a number of possible ways. This encoding refers to how the characters are translated...

  • How to Use Drive Image XML

    DriveImage XML is a backup utility, which is free for personal use. It allows you to backup any partition and store it...

  • How to Create an XML Return File for Ajax

    With AJAX, you can create various projects that deal with JavaScript and XML because AJAX is exactly that: Asynchronous JavaScript and XML....

  • What Is an XML Database?

    In computer technology, a database is a powerful way to store large volumes of data. Extensible Markup Language (XML) is a web-based...

Related Ads

Featured