What does this tag do?
What I can see is that with this tag on top my html behaves in another way than without. How do I k
A Doctype declaration triggers standards mode in your browser and should always be used. Quirks mode should always be avoided.