Doctype

Doctype is a first element in HTML documents. It tells browsers which version of HTML to use. Doctype is optional. By default browser will use HTML 5 as a document type. Of course if you have a browser that was published before HTML 5, then this browser will not support HTML 5 specific format.

However if you have a browser that old then you probably have all sort of issues browsing the Internet.

DOCTYPE had not seen any new updates for a while.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator