Quote:
Originally Posted by ladydesigner
I've been using a doctype that looks like this:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
Is my code outdated and not up to standard?
|
Your DOCTYPE is fine, it's just the longer version of the one I use.
DOCTYPE tells the browser which set of rules to follow when rendering the page.