+ 2
Trying to code a game
How do I make it so when I click a button that it takes me to a different screen to what I was on like going from the home start up screen to your actual game with different background and everything I need some help thanks
3 Antworten
+ 1
You can create a button using <form>...</form> and place the link of the screen inside it
+ 1
Thank you
+ 1
Do I put it in HTML or JS