Home » HTML » Html miscellaneous » Question
  1. Which attribute is used to input to prevent user input?
    1. .has-feedback
    2. disabled
    3. readonly
    4. .sr-only
    5. None of these
Correct Option: C

We can add readonly attribute to an input to prevent user input. .sr-only class is applied on non-visible labels, disabled attribute is added to disabled an input field.



Your comments will be displayed only after manual approval.