The <!DOCTYPE> Declaration
Represents the document type, and helps browsers to display web pages correctly.
It must only appear once, at the top of the page (before any HTML tags).
for HTML5
Syntax
<!DOCTYPE html>
Related concepts
→
The <!DOCTYPE> Declaration
→