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:
Describe the differences between XML and HTML
Describe the differences between XML and HTML
✍: FYICENTER.com
It's amazing how many developers claim to be proficient programming with XML, yet do not understand the basic differences between XML and HTML. Anyone with a fundamental grasp of XML should be able describe some of the main differences outlined in the table below.
Differences Between XML and HTML
| XML | HTML |
| User definable tags | Defined set of tags designed for web display |
| Content driven | Format driven |
| End tags required for well formed documents | End tags not required |
| Quotes required around attributes values | Quotes not required |
| Slash required in empty tags | Slash not required |
2007-04-11, 5075👍, 0💬
Popular Posts:
What are the types of variables x, y, y and u defined in the following code? #define Atype int* type...
Do You Know the Book "JUnit in Action"? You should know this book. It received some good reviews. Ti...
What is the difference between CALL_FORM, NEW_FORM and OPEN_FORM? CALL_FORM: start a new form and pa...
How To Wirte a Simple JUnit Test Class? This is a common test in a job interview. You should be able...
What will be printed as the result of the operation below: main() { char *ptr = " Cisco Systems"; *p...