Home » HTML » HTML Attributes » Question
  1. Which is not a Boolean attribute?
    1. Formvalidate
    2. Formtarget
    3. Novalidate
    4. Multiple
    5. None of these
Correct Option: B

Formtarget attribute is a Boolean attribute that must have a value that is a valid browsing context name. Multiple is a new Boolean attribute of <input> the element which specifies constraint, novalidate, and formvalidate are <form> attribute and are Boolean as well.



Your comments will be displayed only after manual approval.