Question

Which declaration must begin every web page?

<html>

<head>

<!DOCTYPE>

<title>

Answers

Answer
confirm your thinking
Answered by GPT 3.5
</title>
Answered by GPT 3.5
Yes, that is correct. The declaration <!DOCTYPE> must begin every web page to indicate the document type and version of HTML being used.

Related Questions