• A markup language is a computer language that uses tags to define elements within a document. It is human-readable, meaning markup files contain standard words, rather than typical programming syntax. While several markup languages exist, the two most popular are HTML and XML.
    XML is used for storing structured data, rather than formatting information on a page. While HTML documents use predefined tags (like the examples above), XML files use custom tags to define elements. For example, an XML file that stores information about computer models may include the following section:
    <computer>  <manufacturer>Dell</manufacturer>  <model>XPS 17</model>  <components>    <processor>2.00 GHz Intel Core i7</processor>    <ram>6GB</ram>    <storage>1TB</storage>  </components></computer>
    XML is called the Extensible Markup Language since custom tags can be used to support a wide range of elements. Each XML file is saved in a standard text format, which makes it easy for software programs to parse or read the data. Therefore, XML is a common choice for exporting structured data and for sharing data between multiple programs.
    NOTE: Since both HTML and XML files are saved in a plain text format, they can be viewed in a standard text editor. You can also view the HTML source of an open webpage by selecting the View Source option. This feature is found in the View menu of most Web browsers.


    Markup Language meaning & definition 1 of Markup Language.

Similar Words

What is Define Dictionary Meaning?

Define Dictionary Meaning is an easy to use platform where anyone can create and share short informal definition of any word.
Best thing is, its free and you can even contribute without creating an account.



This page shows you usage and meanings of Markup Language around the world.