Which of the following is not an HTML tag?

2021

Which of the following is not an HTML tag?

Answer: B. <list>Answer: <list> <select> is a valid HTML tag for drop-down lists. <input> is a valid HTML tag for form input controls. <textarea> is a valid HTML tag for…

  1. A.

    <select>

  2. B.

    <list>

  3. C.

    <input>

  4. D.

    <textarea>

Attempted by 921 students.

Show answer & explanation

Correct answer: B

Answer: <list>

  • <select> is a valid HTML tag for drop-down lists.

  • <input> is a valid HTML tag for form input controls.

  • <textarea> is a valid HTML tag for multi-line text input. It must be written as one word.

  • <list> is not a valid HTML tag; HTML lists use <ul>, <ol>, and <li>.

Therefore, <list> is the only option that is not an HTML tag.

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Uppsc Polytechnic Lecturer 2025 Cs

Loading lesson…