Which of the following is not an HTML tag?
2025
Which of the following is not an HTML tag?
Answer: D. < list > — <select>, <input>, and <textarea> are all valid HTML tags used for forms. The <list> tag does not exist in standard HTML specifications, making it the correct…
- A.
< select > - B.
< input > - C.
< textarea > - D.
< list >
Attempted by 316 students.
Show answer & explanation
Correct answer: D
<select>, <input>, and <textarea> are all valid HTML tags used for forms. The <list> tag does not exist in standard HTML specifications, making it the correct answer for which option is not an HTML tag.
Loading lesson…