Posts Tagged ‘language’

Declarations To Consider

Doctype Declarations to knowWithout specifying a doctype, your HTML is not valid and most browsers will switch to ‘quirks mode’. In other words, the browsers will think that you just don’t know what you are doing and decide what to do with your code on their own. Even perfect CSS is nothing without a document declaration as well as with a wrong document declaration.

Continue Reading...