SGML
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) |
||
Line 7: | Line 7: | ||
|extensions={{ext|sgml}} | |extensions={{ext|sgml}} | ||
}} | }} | ||
− | '''SGML''' (Standard Generalized Markup Language) is a general format for markup languages descended from a 1960s IBM effort ("Generalized Markup Language"). It uses Data Type Definitions ( | + | '''SGML''' (Standard Generalized Markup Language) is a general format for markup languages descended from a 1960s IBM effort ("Generalized Markup Language"). It uses Data 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. |
== Specifications == | == Specifications == |
Revision as of 13:34, 14 July 2014
SGML (Standard Generalized Markup Language) is a general format for markup languages descended from a 1960s IBM effort ("Generalized Markup Language"). It uses Data 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.