JS

HTML Code Quiz - attribute button disabled

16.

In the following code, what attribute should be added to specify that the <button> is disabled?

<button onclick="myFunction()" _________>Click me</button>

hidden

disabled

clicked

enable