Buy me a Beer
Web 2.0 Training
 
headermask image

Random Header :: Unpredictably Exciting

category archive listing Category Archives: 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” />