HTML5 DOCTYPE declaration

In HTML5 , the beginning of the HTML file is the following DOCTYPE declaration .

<! DOCTYPE html>

This is said to have no particular meaning in current browsers, but let's write it to make it clear that it's written in HTML5.

Associated Information