YAML
Markup Languages - YAML
Markup languages are languages used to define the structure and meaning of documents by adding tags or symbols to text. Representative examples include HTML, XML, Markdown, and YAML, which are used for various purposes such as web page creation, data exchange, configuration files, and document creation. They are essential technologies that enable computers to understand document structure and process them appropriately.
Markup Language
HTML
XML
Markdown
YAML
Web Technology
Data Format
- code: "01"
slug: "html"
name: "HTML"
fullName: "HyperText Markup Language"
description: "The standard markup language for defining the structure of web pages."
category: "Web Display"
yearCreated: 1989
developer: "Tim Berners-Lee"
- code: "02"
slug: "xml"
name: "XML"
fullName: "Extensible Markup Language"
description: "A highly extensible markup language widely used for data exchange."
category: "Data Exchange & Configuration"
yearCreated: 1998
developer: "W3C"
- code: "03"
slug: "markdown"
name: "Markdown"
fullName: "Markdown"
description: "A lightweight markup language that expresses document structure with simple syntax."
category: "Lightweight Document Description"
yearCreated: 2004
developer: "John Gruber, Aaron Swartz"
- code: "04"
slug: "yaml"
name: "YAML"
fullName: "YAML Ain't Markup Language"
description: "A human-readable data serialization format widely used for configuration files."
category: "Data Exchange & Configuration"
yearCreated: 2001
developer: "Clark Evans, Ingy döt Net, Oren Ben-Kiki"
- code: "05"
slug: "xhtml"
name: "XHTML"
fullName: "Extensible HyperText Markup Language"
description: "A language combining HTML and XML that follows XML's strict grammar rules."
category: "Web Display"
yearCreated: 2000
developer: "W3C"
- code: "06"
slug: "sgml"
name: "SGML"
fullName: "Standard Generalized Markup Language"
description: "The international standard that became the foundation of markup languages."
category: "Standard Specification"
yearCreated: 1986
developer: "ISO/Charles Goldfarb"