Is that possible to change? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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...

24th Jan 2019, 3:01 AM
Teddy
Teddy - avatar
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.
24th Jan 2019, 3:04 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 2
<a href="url you want to go"> <button> </button> </a>
24th Jan 2019, 3:05 AM
John Nehry C. Dedoro
John Nehry C. Dedoro - avatar
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?
24th Jan 2019, 7:37 PM
Teddy
Teddy - avatar