Obvious In Hindsight
Archive of tips, tricks and solutions for designers and programmers!

Posts Tagged ‘validate

Web Design: What DOCTYPE do I use?

January 9, 2010

A DOCTYPE (document type declaration) is the few lines of code placed before your opening <html> tag. Many novice coders omit this but even if you are in habit of including it, you need to ensure that you’re using the correct document type. Why use a document type? You’re code might not validate without the […]