The <!DOCTYPE> Declaration
The <!DOCTYPE> helps the browser to display the web page correctly.
All HTML documents start with a type declaration: <!DOCTYPE html>.
All HTML documents start with a type declaration: <!DOCTYPE html>.
Different kind of document type on web page.
Document type is not case sensitive.