xHTML

Tips to migrate from HTML to xHTML

5 simple steps to migrate from HTML to XHTML . Open with the proper DOCTYPE & Namespace <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd “> Write all tags in lowercase <title>XHTML Rules</title> Quote all attribute values src=”xyz.png” and not src=xyz.png Close all tags <p>Some Text</p> Close “empty” tags, too <img src=”xyz.png” />

Categories: Tips and Tricks, xHTML | Tags: , | 251 Comments