Difference in correct answer given and example in reading

This question, "Which of the following is the correct syntax for a boolean attribute?”

The given correct answer is, <input type="checkbox" checked>

But the example in the reading is, <input type="checkbox" checked />

The slash has zero effect.

1 Like

Ok, thank you so much.

1 Like