What is the main purpose of the <meta> tag in HTML ?

2025

What is the main purpose of the <meta> tag in HTML ?

Answer: B. To specify the character encoding of the documentThe <meta> tag provides metadata about the HTML document that is not displayed on the page. It specifies character encoding, viewport settings, and other…

  1. A.

    To define the document title

  2. B.

    To specify the character encoding of the document

  3. C.

    To create hyperlinks

  4. D.

    To include JavaScript code

Attempted by 231 students.

Show answer & explanation

Correct answer: B

The <meta> tag provides metadata about the HTML document that is not displayed on the page. It specifies character encoding, viewport settings, and other document-level information for browsers and search engines.

Explore the full course: Tpsc Assistant Technical Officer

Loading lesson…