View Full Version : How can you tell...?


Mr.Cheese
05-23-2004, 12:45 PM
How can you tell if your HTML code is HTML 4.0, Another version of 4.0, or lower than 4.0? I got all my codes off this site if that helps at all.

Rosey
05-23-2004, 12:52 PM
it's html 4.01 transitional on this site i do believe.

Mr.Cheese
05-23-2004, 01:03 PM
OK thankyou I really appreciate it!

Sphere
05-23-2004, 06:49 PM
you can tell it to the browser with this if you mean that:

HTML 4.01 Transitional

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">




it must be even before the <html> tag

stargrl329
05-24-2004, 09:49 PM
If you need to make sure your page is compliant with a certain version of HTML, try validating it at http://validator.w3.org. You can run the URL through the initial validator, then once the page loads, there should be a dropdown box at the top where you can select which version/language you want for the page, and revalidate to those standards.