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 XML
What Is the Relation between XHTML and XML? - XHTML FAQs - Introduction To XHTML 1.0
✍: FYIcenter.com
XML (Extensible Markup Language) is a generic markup language to organize generic information into a structured document with embedded tags.
XHTML is entirely based on XML. You can actually say that XHTML is a child language of XML.
For more information on XML, please visit http://www.w3.org/XML/.
2007-05-12, 5717👍, 0💬
Popular Posts:
What Happens If the UPDATE Subquery Returns Multiple Rows? - Oracle DBA FAQ - Understanding SQL DML ...
What will be printed as the resultof the operation below: int x; int modifyvalue() { return(x+=10); ...
How To Enter Binary Numbers in SQL Statements? - MySQL FAQs - Introduction to SQL Basics If you want...
How do you handle change request? Normally change request are handled by preparing an Impact analysi...
What is shadowing ? When two elements in a program have same name, one of them can hide and shadow t...