What should be the output of following code? input[type="radio"]:checked + label { background-color:#000; }
Correct Answer: Black background color apply on checked label only
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More HTML 5 MCQ Questions