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:
What Is the Relation between XHTML and SGML
What Is the Relation between XHTML and SGML? - XHTML FAQs - Introduction To XHTML 1.0
✍: 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).
XHTML is not directly related to SGML. But it is indirectly to SGML through HTML.
For more information on SGML, please visit http://www.isgmlug.org/sgmlhelp/g-index.htm.
2007-05-12, 5210👍, 0💬
Popular Posts:
What does a well-written Object Oriented program look like? A well-written object oriented program e...
.NET INTERVIEW QUESTIONS - How to prevent my .NET DLL to be decompiled? By design .NET embeds rich M...
How To Enter Characters as HEX Numbers? - MySQL FAQs - Introduction to SQL Basics If you want to ent...
Which bit wise operator is suitable for checking whether a particular bit is on or off? The bitwise ...
Can you explain what is “AutoPostBack” feature in ASP.NET ? If we want the control to automatically ...