I've encountered an issue while learning JavaScript involving a div element. My CV contains four divs that should be hidden, with only the active div visible.
Currently, all the divs are mixed up at the beginning. I want only the general tabcontent to be visible initially...
Any suggestions on how to achieve this?