answersLogoWhite

0

What else can I help you with?

Related Questions

What is HTML and what does it do in webpages?

HTML is the structure of a webpage. HTML is the outdated version. The newest versions are html5 and xhtml.


Is html a replacement for xhtml?

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


What is HTML and xtml?

HTML and XHTML are both markup languages used to markup content for display on web browsers or other compatible devices. HTML stands for HyperText Markup Language and XHTML stands for eXtensible HyperText Markup Language. XHTML was created to help make HTML more XML like in structure and usage as compared to standard HTML.


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.


What is a version of HTML that is based on xml?

XHTML. Its full name is eXtensible HyperText Markup Language.


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.


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.


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.