InterviewSolution
Saved Bookmarks
| 1. |
Which of the following does not lie under the attribute of and is not supported by Opera?(a) url(b) time(c) tel(d) optionThis question was posed to me in a national level competition.My question is based upon Elements and Attributes to Support Web Applications topic in section HTML Markup, Forms, Video, Audio & Other Multimedia of HTML |
|
Answer» RIGHT answer is (d) option The BEST I can EXPLAIN: element type has new VALUES as ‘url’, ‘email’, ‘datetime’, ‘date’, ‘month’, ‘tel’, ‘time’, ‘number’, ‘search’, ‘color’, ‘RANGE’, ‘datetime-local’, ‘week’. |
|