Thread: HTML vs XHTML
View Single Post
Old 03-10-2010, 05:46 AM   #10 (permalink)
asdfghjkl
 
Status: Guest
Posts: n/a



Post

In XHTML, all tags must be closed

Again, something a good Web designer does anyway. But if you’re one the few people who still leaves <p> tags unclosed, now’s the time to start closing them.

Example of valid HTML:
<p>This is a paragraph

Equivalent in XHTML:
<p>This is a paragraph</p>
  Edit/Delete Message Reply With Quote