[Solved] Webpage not working – HTML5 [closed]
If my understanding is correct, your problem is that on the actual website page, all the links are being displayed on page load instead of like in the sample page where they are hidden and displayed only based on selection. If this is the case assign the style: display: none; to all the individual div … Read more