Tools, FAQ, Tutorials:
Relation between HTML and SGML
What Is the relation between HTML and SGML?
✍: FYIcenter.com
SGML (Standard Generalized Markup Language)
is a metalanguage in which one can define markup languages, like HTML, for documents.
SGML is a descendant of IBM's Generalized Markup Language (GML), developed in the 1960s
by Charles Goldfarb, Edward Mosher and Raymond Lorie
(whose surname initials also happen to be GML).
HTML is not directly related to SGML. But HTML and XHTML serialization syntaxe standards are following the sample ideas of using markup tags mixed with text contents.
For more information on SGML, please visit http://www.isgmlug.org/sgmlhelp/g-index.htm.
Â
⇒⇒HTML Tutorials
2017-02-20, 810👍, 0💬
Popular Posts:
How to Create a New Instance of a Class? There are two ways to create a new instance (object) of a c...
Where to get the detailed description of the JSON.stringify() Function in JavaScript? Here is the de...
What's Wrong with "while ($c=fgetc($f)) {}" in PHP? If you are using "while ($c=fgetc($f)) {}" to lo...
How To Control Padding Spaces within a Table Cell? Cell padding spaces are spaces between cell inner...
How to add request URL Template Parameters to my Azure API operation to make it more user friendly? ...