-
Which attribute of <input> element can be used both with <datalist> and <select> elements?
-
- Max
- Multiple
- List
- Pattern
- None of these
Correct Option: C
List is the new attribute of <input> element and can be used together with <datalist> and <select> elements. Other attributes like pattern, multiple, max, min, step are new attribute used with the <input> element only.