Error 1: Inconsistent DOCTYPE
Error occurs when you don't define a proper <!DOCTYPE> at the beginning of your HTML document. This is important for browser compatibility.
html
...
Error occurs when you don't define a proper <!DOCTYPE> at the beginning of your HTML document. This is important for browser compatibility.