Which declaration must begin every web page?

<html>

<head>

<!DOCTYPE>

<title>

</title>

confirm your thinking

Yes, that is correct. The declaration <!DOCTYPE> must begin every web page to indicate the document type and version of HTML being used.