Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
Relation between HTML and XML
What Is the Relation between HTML and XML?
✍: FYIcenter
XML (Extensible Markup Language) is a generic markup language to organize generic information into a structured document with embedded tags.
HTML is not related to XML other than the factor that both languages uses embedded tags in with similar syntaxes.
For more informationon XML, please visit http://www.w3.org/XML/.
2007-03-03, 4947👍, 0💬
Popular Posts:
How To Use "IN OUT" Parameter Properly? - Oracle DBA FAQ - Creating Your Own PL/SQL Procedures and F...
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]? a[i] == *...
How To Use SELECT Statement to Count the Number of Rows? - Oracle DBA FAQ - Understanding SQL SELECT...
How is normally a project management plan document organized ? PMP document forms the bible of a pro...
How do you override a defined macro? You can use the #undef preprocessor directive to undefine (over...