answersLogoWhite

0


Best Answer

HTML is based off of the Standard Generalized Markup Language system, which is a syntax system that is relatively complicated. XHTML was created to solve the complex system problem by implementing XML parser compatibility, which made the syntax reading system less complicated for computers -- not necessarily by humans alone.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

XHTML is the next version of HTML, and it is rapidly increasing in popularity. XHTML integrates XML syntax, allowing the use of XML parsers to read and manipulate tags and the data inside them. XHTML also forces the discontinuation of certain tags due to cross-browser compatibility issues, which helps write applications that are viewed the same way in every browser.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

XHTML integrates XML, allowing the use of XML parsers to manipulate and read XHTML documents, the tags that make it up, and the data inside of each tag. XML parsing is much more accurate (and takes less time) than the old method of syntax reading used by HTML, which was based off of the Standard Generalized Markup Language (SGML). XML parsing also allows mobile devices (and other software with finicky needs) to manipulate the tags and data to their needs. XHTML standards also force the discontinuation of deprecated tags and soon-to-be-deprecated tags, which helps with cross-browser compatibility (viewing the same thing in different browsers).

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

HTML is not a stricter version so allows linearity. There is no need to close all tags that were opened once.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the advantages of HTML over xhtml?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is html a replacement for xhtml?

No. HTML existed before XHTML. XHTML combines XML and HTML, so it is an advancement on HTML.


Html and xHTML?

HTML and XHTML are two different languages used for web and application design. XHTML was a popular choice from about the year 2000, to 2011. HTML 5 is intended to replace XHTML. XHTML followed the basic rules of XML-based languages. HTML (both prior and since) do not.


Will HTML will be replaced by XHTML?

That is what seems to be happening already. XHTML is being used more than normal HTML for modern websites, since it forces better cross-browser compatibility -- meaning that multiple browsers viewing the same page should see the same thing. HTML may never fully take over XHTML; however, at this rate, XHTML will be the markup language most commonly used for webpages.


Is xHTML is the successor to HTML?

No, XHTML is a parallel language to HTML. XHTML is a XML language definition where tags have similar meanings to corresponding HTML tags. A crude analogy would be that XHTML and HTML are half-brothers; Lot's of similarities but also distinct differences. The successor of HTML is HTML5, the successor of XHMTL is XHTML5.


What are the differences between htmlxmlsgml and xhtml?

basikly xhtml is a mics of html and xml. the difference in html and xhtml is that xhtml is a more strict on the syntax and defined as a xml document. xml is a self defined language... in short it is a strikter html in xml format...


What language was used to create XHTML?

HTML is in XHTML, some argue that XHTML is it's own markup


Is xHTML the same as HTML strict and what is a HTML frameset declaration?

Yes, XHTML is just the stricter form of HTML. It means that you have to close all the tags that you have opened.


XHTML is the combination of what?

XHTML is a combination of largely HTML and a small portion of XML.


What are some tips for writing XHTML?

# Write up multiple XHTML documents, attempting to not make any mistakes. # Write multiple HTML documents, and transform them into XHTML documents. # Browse forums or other online sources for HTML documents (or incorrect XHTML documents) that need help, markup-wise. # Take on projects involving XHTML coding.


Is there any reason to learn HTML before xhtml?

No, because they are essentially the same thing. HTML came before XHTML, and can be ill-formed but still acceptable. XHTML is just well formed HTML with the inclusion of a DTD at the very top.


Who controls HTML and XHTML today?

The World Wide Web Consortium, or the W3C. They set the standards and specifications of HTML and XHTML, and how it should be used.


What extensions are added to basic HTML documents?

.htm, .html, .xhtml