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, ∼1840🔥, 0💬
Popular Posts:
How to attach console to a Running Container using the "docker container exec" command? I want to ge...
What Azure AD App Registration Manifest? Azure AD App Registration Manifest is JSON file that contai...
How to create the Hello-3.0.epub package? I have all required files to create Hello-3.0.epub. To cre...
How to use the "Ctrl-p Ctrl-q" sequence to detach console from the TTY terminal of container's runni...
How to use 'choose ... when ..." policy statements to control execution flows? If you want to contro...