+ 1
Hi sololearn I want to create a button at the bottom of my page
English: Hi sololearn I want to create a button at the bottom of my page for which brings back to another page but decidedly I can't do it who to help me
2 ответов
+ 1
Hello - use this:
<button onclick="window.location.href = 'https://sololearn.com';">CLICK :)</button>
Fixed Code below :
https://code.sololearn.com/W7j9dIS2U0YJ/?ref=app
0
https://code.sololearn.com/WL2w8r9tbRpm/?ref=app
See my code to understand what im saying