-
srclang attribute is used with the element ____________.
-
- <table>
- <iframe>
- <input>
- <track>
- None of these
Correct Option: D
srclang attribute is used with <track>. It specifies the language of text. E.g <track src=”xyz.ogg” srclang=”en” label=”English”>, <input> is used with many attributes like accept, alt, async, autocomplete, autofocus, checked, dirname, disabled, form, formaction, height, list and many more.