Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumHTMLfieldset legendSingle-choice MCQ

You wrap several inputs in a `<fieldset disabled>`. The fieldset's `<legend>` contains a `<button>`. What happens to that button inside the legend?

<fieldset disabled> <legend><button>Toggle</button></legend> <input name="a"> <input name="b"> </fieldset>