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, 5435👍, 0💬
Popular Posts:
How do you open an SSH connection to a remote box? ????
What is the benefit of using #define to declare a constant? Using the #define method of declaring a ...
What is the benefit of using an enum rather than a #define constant? The use of an enumeration const...
What Is URI? URI (Uniform Resource Identifier) is a superset of URL. URI provides a simple and exten...
What will be printed as the result of the operation below: main() { int x=20,y=35; x=y++ + x++; y= +...