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 />
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.
Ok, thank you so much.