πŸ“Š HTML
Q. In HTML5 we specify _______ so that the browser displays the page in standard mode.
  • (A) DOCTYPE
  • (B) HEAD
  • (C) BODY
  • (D) TITLE
πŸ’¬ Discuss
βœ… 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.

Explanation by: Tina Singh
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
199
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Tina Singh
Publisher
πŸ“ˆ
96%
Success Rate