What should be the first tag in any HTML document?
is the first tag that can be used in any HTML document which actually represents the usage of html and the version of html you are using. The declaration represents the document type and helps browsers display web pages correctly.
<html>
<head>
<body> etc