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…
- A.
<select>
- B.
<list>
- C.
<input>
- 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.
Loading lesson…