Remember declared the DOCTYPE in your web page
In general, the “DOCTYPE” tag is tells your web browser how to validate or process your web page according to the w3c rules and avoid some web browsers (especially IE) to turn itself into “Quirks mode“. Quirks mode is disaster Let go thought an example to know how quirks mode mess up your web page. …