Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
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, 5377👍, 0💬
Popular Posts:
What is more advisable to create a thread, by implementing a Runnable interface or by extending Thre...
it will be very helpful if you send some important Questions with Answers of DBMS Tell us what types...
How to create arrays in JavaScript? We can declare an array like this var scripts = new Array(); We ...
In which event are the controls fully loaded ? Page_load event guarantees that all controls are full...
How do you open an SSH connection to a remote box? ????