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 XHTML
What Is the Relation between HTML and XHTML?
✍: FYIcenter
XHTML (Extensible Hyper-Text Markup Language) is the next generation of HTML. XHTML reproduces, subsets, and extends HTML with XML.
So if you want to catch up with the new generation, you should start to compose your Web pages in with XHTML.
For more informationon XML, please visit http://www.w3.org/MarkUp/.
2007-03-03, 5507👍, 0💬
Popular Posts:
What is CodeDom? “CodeDom” is an object model which represents actually a source code. It is designe...
How does one iterate through items and records in a specified block? One can use NEXT_FIELD to itera...
How can I execute a PHP script using command line? Just run the PHP CLI (Command Line Interface) pro...
How To Change the Password of Another User Account? - MySQL FAQs - Managing User Accounts and Access...
How To Run a JUnit Test Class? A JUnit test class usually contains a number of test methods. You can...