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, 5793👍, 0💬
Popular Posts:
Can you explain the fundamentals of “GetGlobalResourceObject ”and “GetLocalResourceObject” function...
How to set a HTML document's background color? document.bgcolor property can be set to any appropria...
How do you locate the first X in a string txt? A) txt.find('X'); B) txt.locate('X'); C) txt.indexOf(...
How To Assign Query Results to Variables? - Oracle DBA FAQ - Working with Database Objects in PL/SQL...
what is a service contract, operation contract and Data Contract? - part 1 In the below sample we ha...