Record or Upload Your Videos FREE
Powered by MaxBlogPress  


Use The Correct DOCTYPE

You must use a proper “DOCTYPE” when creating Web Pages styled with CSS and (X)HTML.I have “Viewed the Source” of a LOT of web pages and find that most people don’t even use a proper DOCUMENT Type – Then they wonder why their pages look terrible.What does a “DOCTYPE” look like:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml“>

You don’t have to remember all that because when you use an editor such as Note Tab Lite the DOCTYPE is automatically generated for you.

Code It Right On Your Site!

Claire Poulton

No Comments »