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 syntax 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.
2017-02-20, 1063👍, 0💬
Popular Posts:
How To Create an Array with a Sequence of Integers or Characters in PHP? The quickest way to create ...
How to install .NET Framework in Visual Studio Community 2017? I have the Visual Studio Installer in...
How to use the "set-body" Policy Statement for an Azure API service operation? The "set-body" Policy...
How to use urllib.parse.urlencode() function to encode HTTP POST data? My form data has special char...
How to access URL template parameters from "context.Request.Matched Parameters"object in Azure API P...