- Web design
- HTML5
- here
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.