Posts tagged XHTML
Using HTML and XHTML Doctype Declarations
Aug 5th
A DOCTYPE Definition is a special declaration at the very top of your Webpage source – right above the HTML tag – that informs validators the rules in which to validate your page using, and for modern browsers (IE6+, Firefox, NS6+, Opera, IE5 Mac), whether to display your page in Quirks or Standards mode.
