What is the use of XHTML Modularization?
Answer / guest
XHTML Modularization is not aimed at the regular users of
XHTML, but at designers of XHTML-based languages. It had
been observed that companies and groups had the tendency to
design their own versions of HTML and XHTML that were often
not interoperable at basic levels. XHTML Modularization
splits XHTML into a number of modules that can be
individually selected when defining a new language; in this
way any XHTML-based language that uses tables is guaranteed
to use the same definition of tables, and not some divergent
version. Modularization also makes it clear where it is OK
to add new elements, and where it is not.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is html in simple terms?
How to create mailto link in html
How many types of heading does an html contain?
Why doctype is used in html?
Differentiate between html and xhtml.
if i have a parent sequence with the property set- exit on success, n the try sequence block set to exit on success, n the catch sequence block too set to failure, what is the result?
Which video and audio formats are used for embedding on web page?
What is meta tag description?
How we can have different cells in each row in <table>?
What is the purpose of <! Doctype html>? Explain
Can I open external css file in browser?
What is the difference between <section> and <article>?