Question: HTML page with includes three radio buttons in a fieldset; these represent the values red, green, and blue. Each button should have a label after
HTML page with includes three radio buttons in a fieldset; these represent the values red, green, and blue. Each button should have a label after it describing its color. The body tag needs to have the onload attribute set. Use this code as a template:
In the head section add this script:
When one of the radio buttons is clicked, the text should change color appropriately.
Fieldset with three radio buttons properly specified [1 point]
Each button has proper label to describe it [1 point]
The body tag has onload attribute properly set [1 point]
Radio buttons have correct id values specified [1 point]
JavaScript script added to head section [1 point]
Copy and paste a screenshot of the output gotten by running the code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
