Meaning: doc-type, header, body, etc.
|
|
I use xhtml 1.0 transitional because it is flexible, does what I need, and is relatively up to date. |
||||
|
|
|
I've been using "html" for the doc-type for a while. HTML5 is the way of the future, even if I do prefer XML syntax and parsing. |
||||
|
|
I use XHTML 1.0 Strict because (a) I edit in plain-text and I like to see my markup validate because I have a perfectionist streak, (b) get things pixel-perfect across browsers (though it's less of a problem w/the slow demise of the accursed IE5.5 - rendering differences with whitespace - need I say more?) and (c) strict markup tends to be forward-compatible (though I've got to say I'm not looking forward to the lax requirements posited by HTML5 ... pSeUdO-CaMeLcAsE markup may be "valid" but it isn't easy on the eyes). |
||||
|