DOCTYPE in HTML5

DOCTYPEs in older versions of HTML were longer because the HTML language was SGML based and therefore required a reference to a DTD. HTML 5 authors would use simple syntax to specify DOCTYPE as follows:

DOCTYPE Syntax
<!DOCTYPE html>

All the above syntax is case-insensitive