JS Tabs [SOLVED! 🎆]
This is the problem: I was looking at the w3schools to learn how to make tabs using JS, and I was wondering why there is an "evt" variable in the code. I don't want my code to actually be in a different color when the user clicks a button and goes onto another tab. I tried writing the code out without using evt, but it didn't work. Can you please help? This is the article that I looked at: https://www.w3schools.com/howto/howto_js_tabs.asp Edit: I was having trouble coding my code bit on SoloLearn, and it was based on the article. I wanted to remove the color that changes when you go to another tab. (not hover) I simplified the code that was written on w3schools to make the coloring thing gone, but when I pressed a tab and went to go to another tab, it didn't work. This is the code: https://code.sololearn.com/Wa25A25A19a2