HTML vs. XHTML

vs

XHTML 1.0 is a reformulation of HTML 4.0. What this really means is that learning XHTML is basically the same as learning HTML. The main difference is a few simple rules - as XHTML is more strict than standard HTML.

[1] Stricter adherence to the HTML specification
Many browsers are very lax in how they interpret HTML. This leads to incongruities in how the pages are displayed, and XHTML doesn’t allow that. The best way to correct this is to use an XHTML validator such as HTML Tidy.

[2] Write well formed documents
What this generally means is avoiding overlapping elements. The following nested code is acceptable: <p>Paragraph <em>emphasized</em></p> because the <em> tag is opened and closed within the <p> tag. However, this is not allowed: <p>Paragraph <em>emphasized</p></em> because the <em> tag overlaps the <p> tag.

[3] Write tags and attributes in lowercase
XHTML is a case-sensitive markup language, so <LI> and <li> are potentially two different elements.

[4] End tags are required
In HTML, some tags which actually contain elements do not require the end tag.
The most common of these is the <p> tag. XHTML requires that the </p> tag be used. For singleton tags, such as <br> you should include a trailing slash in the tag itself, e.g. <br />

[5] Attributes must be quoted and include values
What this means is that non-quoted attributes such as <table border=3> are invalid. And attributes which used to stand alone, must now be written as name=”value” pairs. For example <br noshade=”noshade” />


Tags: , , , , , , , , , , ,

20 Responses to “HTML vs. XHTML”

  1. bing Says:

    Thanks a bunch!

  2. mink Says:

    simple but quality, thanks!%

  3. Amanda Says:

    Looking for information and found it at this great site

  4. djecki Says:

    This is a great tutorial thanks!

  5. asdf Says:

    simple but quality, thanks!c

  6. Britney Says:

    rush soma

  7. Melly Says:

    This is a great tutorial thanks!d

  8. Kim Says:

    Excellent web site I will be visiting often.E

  9. uure Says:

    You have an outstanding good and well structured site. I enjoyed browsing through it.

  10. PiticStyle Says:

    Thank you!

  11. djek Says:

    Great site!1

  12. gari Says:

    Thank for making this valuable information available to the public.d

  13. sink Says:

    Thanks bro! Real good work!y

  14. Bob Says:

    Really perfect!i

  15. sank Says:

    This is a great tutorial thanks!u

  16. yamomoto Says:

    Very good site! I like it! Thanks!i

  17. maik Says:

    Very effective. Thanx.a

  18. Tina Says:

    This is a great tutorial thanks!

  19. maik Says:

    Thank you for you work! Good Luck.

  20. Bill Says:

    This site is really superb!!! Thank you for you work! Good Luck

Leave a Reply