+ 2
Is that possible to change?
Hello! I wanted ask that is that able to create pages and change them by clicking button I mean after clicking <button> Click me </button> this I want to change to the next page please I need your support...
3 Antworten
+ 5
So you're gonna have to have multiple HTML files ready at hand.
Then,
<button onclick="go()">Click Me</button>
<script>
Then you write go() to change the innerHTML content of the body.
+ 2
<a href="url you want to go">
<button> </button>
</a>
0
https://code.sololearn.com/WRocHa3bgTSt/?ref=app I want to change that letter first try what I've done and suggest me please....should I put there link? or another thing?