Common Syntax: XML
XML - eXtensible Markup Language
- Markup Language - a mechanism to define tags and the structural relationship between them in documents
- eXtensible - semantics not defined, no pre-coordinated set of tags.
HTML: <meta name = “author” content = “Smith, John”>
XML: <author><fn>John</fn><ln>Smith</ln></author>