Home » HTML » Html miscellaneous » Question
  1. srclang attribute is used with the element ____________.
    1. <table>
    2. <iframe>
    3. <input>
    4. <track>
    5. 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.



Your comments will be displayed only after manual approval.