What's wrong with this code?
The button's closing tag is missing a
/
The text inside the
button
element has a space
There's a tag missing inside the
button
element
Nothing's wrong with the code
The button's closing tag is missing a
/
.