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, ∼2194🔥, 0💬
Popular Posts:
Why am I getting this "Docker failed to initialize" error? After installing the latest version of Do...
Where to find tutorials on Using Azure API Management Developer Portal? Here is a list of tutorials ...
How to start Docker Daemon, "dockerd", on CentOS systems? If you have installed Docker on your CentO...
How to attach console to a Running Container using the "docker container exec" command? I want to ge...
FYIcenter.com Online Tools: FYIcenter JSON Validator and Formatter FYIcenter JSON to XML Converter F...