Hi sololearn I want to create a button at the bottom of my page | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

21st May 2019, 12:06 AM
Serge GABA
Serge GABA - avatar
4 Answers
+ 1
Use: <a href="yourURL" >anytext</a> and with some CSS will be better
21st May 2019, 12:21 AM
Guezi Louay
Guezi Louay - avatar
+ 1
Hello - use this: <button onclick="window.location.href = 'https://sololearn.com';">CLICK :)</button> Fixed Code below : https://code.sololearn.com/W7j9dIS2U0YJ/?ref=app
21st May 2019, 1:11 AM
HNNX 🐿
HNNX 🐿 - avatar
+ 1
Or this : <a href="sololearn.com"><button>ANOTHER PAGE</button></a>
21st May 2019, 1:12 AM
Guezi Louay
Guezi Louay - avatar
0
https://code.sololearn.com/WL2w8r9tbRpm/?ref=app See my code to understand what im saying
21st May 2019, 12:44 AM
Serge GABA
Serge GABA - avatar