Which declaration must begin every web page?
<html>
<head>
<!DOCTYPE>
<title>
3 answers
</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.