DOCType

DOCtype
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=UTF-8>
<title>Hello World!</title>
</head>
<body>
</body>
</html>
doctype
<!DOCTYPE html>
This tag shows that it is running HTML5

Leave a Comment