I am facing a challenge where I want a particular div to be visible only when a specific item is chosen.
Here is the work I have done so far: View Progress
In the HTML comments, it is mentioned that div5 should appear when option 2 is selected, but by default, div5 is set to display none.
Please feel free to provide any suggestions or recommendations!