answersLogoWhite

0

How does XHTML work?

Updated: 11/19/2022
User Avatar

Wiki User

11y ago

Best Answer

bring it in back and forth ;)

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How does XHTML work?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How does CSS and XHTML work together?

You code the webpage with XHTML and you add a Cascading Style Sheet for the styles, linking to it in the head of the XHTML page. It is also possible to incorporate the style directly into the head of the XHTML webpage.


What are the effects of Depreciated tags on XHTML pages?

nothing at the moment, but as browsers are updated they will eventually not work in html/xhtml, css ect


What are the three flavors of XHTML?

(1) XHTML 1.0 Strict(2) XHTML 1.0 Transitional(3) XHTML 1.0 Frameset


What language was used to create XHTML?

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


Is html a replacement for xhtml?

No. HTML existed before XHTML. XHTML combines XML and HTML, so it is an advancement on 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.


Why we you use xhtml?

XHTML is used as a stricter view of HTML. People who like to make the code clean and nice use XHTML.


Which browser supports xhtml?

All modern browsers support XHTML.


When was XHTML created?

XHTML 1.0 was established on January 26, 2000.


XHTML is the combination of what?

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


What is the full form of XHTML?

XHTML stands for eXtensible HyperText Markup Language.


What are the requirements for valid XHTML coding syntax?

The requirement for a valid XHTML is that all the tags should be closed. This is actually the difference between HTML and XHTML.