SGML
From Just Solve the File Format Problem
(Difference between revisions)
(PRONOM) |
|||
Line 7: | Line 7: | ||
}} | }} | ||
'''SGML''' (Standard Generalized Markup Language) is a general format for markup languages descended from a 1960s IBM effort ("Generalized Markup Language"). It uses Document Type Definitions ([[DTD]]s) to define the specifics of a particular markup format. [[HTML]] was originally developed as a version of SGML, but has drifted away from this and the current HTML 5 is explicitly no longer based on SGML. [[XML]] is a somewhat simplified variant of SGML. | '''SGML''' (Standard Generalized Markup Language) is a general format for markup languages descended from a 1960s IBM effort ("Generalized Markup Language"). It uses Document Type Definitions ([[DTD]]s) to define the specifics of a particular markup format. [[HTML]] was originally developed as a version of SGML, but has drifted away from this and the current HTML 5 is explicitly no longer based on SGML. [[XML]] is a somewhat simplified variant of SGML. | ||
+ | |||
+ | == See also == | ||
+ | * [[DSSSL]] | ||
+ | * [[DTD]] | ||
+ | * [[HTML]] | ||
+ | * [[XML]] | ||
== Specifications == | == Specifications == |
Revision as of 17:00, 14 August 2017
SGML (Standard Generalized Markup Language) is a general format for markup languages descended from a 1960s IBM effort ("Generalized Markup Language"). It uses Document Type Definitions (DTDs) to define the specifics of a particular markup format. HTML was originally developed as a version of SGML, but has drifted away from this and the current HTML 5 is explicitly no longer based on SGML. XML is a somewhat simplified variant of SGML.