How browser will come to know whether page is in HTML5 or not?

The DOCTYPE declaration for HTML5 is simple and it let the browser knows that the document is built on HTML5
Syntax:

<!DOCTYPE html>

Leave a Reply