Why do I have to use these namespace things in XHTML?
Answer / guest
In the early days of HTML different groups and companies
added new elements and attributes to HTML at will. This
threatened to cause a chaos of different non-interoperable
versions of HTML. XML (the X stands for Extensible) allows
anyone to use elements and elements from different
languages, but for a browser or other user agent to know
which element belongs to which language, you have to tell
it. The namespace declarations do just that.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why doesn't <table width="100%"> use the full browser width?
Explain posting copy and paste html?
How can I include comments in html?
What is onclick in html?
How do I eliminate the space around/between my images?
0 Answers TryTechnicals Pvt Ltd,
Is there any tag in html to upload and download files?
How to add a copyright symbol on your web page?
What are the types of tag?
What is the use of datalist in html5?
How do I create a meta tag?
How to terminate a web worker?
Can we use multiple <header> and <footer> elements in html5?