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.
2024-02-09, ∼2301🔥, 0💬
Popular Posts:
Where to find tutorials on Using Azure API Management Developer Portal? Here is a list of tutorials ...
Can Multiple Paragraphs Be Included in a List Item? Yes. You can include multiple paragraphs in a si...
How to reinstall npm with a node version manager? I am getting permission errors with the current ve...
How to use the "rewrite-uri" Policy Statement for an Azure API service operation? The "rewrite-uri" ...
Where to find tutorials on OpenID? Here is a large collection of tutorials to answer many frequently...