Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Relation between HTML and SGML
What Is the Relation between HTML and SGML?
✍: FYIcenter
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).
So you can say that HTML is related to SGML like a child to a parent.
For more informationon SGML, please visit http://www.isgmlug.org/sgmlhelp/g-index.htm.
2007-03-03, 5446👍, 0💬
Popular Posts:
How To Use an Array as a Queue? - PHP Script Tips - PHP Built-in Functions for Arrays A queue is a s...
If XML does not have closing tag will it work? No, every tag in XML which is opened should have a cl...
Can event’s have access modifiers ? Event’s are always public as they are meant to serve every one r...
What is CodeDom? “CodeDom” is an object model which represents actually a source code. It is designe...
What is the difference between Session State and ViewState? ViewState is specific to a page in a ses...