ZomboHost - Hosting the zombie way
declaration must be at line one in every HTML document you create right before the tag.
declaration ISN'T an HTML element/tag. it is more like guide to the web browser about HTML vertion you've usedn on the page. The doctype explains what type of HTML is to be expected and therefore what spec validators (for example the W3C HTML validator) should validate your document against.
N/A