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 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, 5586👍, 0💬
Popular Posts:
Why is it preferred to not use finalize for clean up? Problem with finalize is that garbage collecti...
What will happen in these three cases? if (a=0) { //somecode } if (a==0) { //do something } if (a===...
How To Write a Minimum Atom 1.0 Feed File? - RSS FAQs - Atom Feed Introduction and File Generation I...
Which is the best place to store ConnectionString in Dot Net Projects? I am about to deploy my first...
How Do You Uninstall JUnit Uninstalling JUnit is easy. Just remember these: Delete the directory tha...