Home » HTML » Html miscellaneous » Question
  1. What changes button text to the original text?
    1. .button(“string”)
    2. .button(“reset”)
    3. .button(“toggle”)
    4. .button(“loading”)
    5. None of these
Correct Option: B

.button(“reset”) changes button text to original text if changed, .button(“toggle”) makes button look pressed, .button(“loading”) disables the button and changes the button text to “loading…”



Your comments will be displayed only after manual approval.