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 |
What is html directive?
What is the use of details and summary tag?
What is the geolocation api in html5? Explain
How to use <form> in html?
What is strong tag in html?
Why do we use multipart/form-data in html form?
How do I put text on the next line in html?
Explain autocomplete attribute of html5?
How to set the focus to the element in html?
How is fontsize and font size differ in dhtml?
What is onclick in html?
What are custom meta tags?