Q. In HTML5 we specify _______ so that the browser displays the page in standard mode.
β
Correct Answer: (A)
DOCTYPE
Explanation: The <!DOCTYPE> declaration must be declared in the first line in your HTML document, before the <html> tag.
The <!DOCTYPE> statement is not an HTML tag; it is an instruction to inform the browser about the version of HTML in which the page is written.