HTML5 page declarations code example
Example 1: doctype tag
<!DOCTYPE html> <!--This doesn't have closing tag like others-->
this means this is the version 5 of HTML or HTML5
Example 2: doctype
<!DOCTYPE html>
This tag shows that it is running HTML5