Tell me that how can i make a bottom to jump to another page in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Tell me that how can i make a bottom to jump to another page in html

We can make logo as a bottom

25th Mar 2020, 12:26 PM
Prahlad Gaur
Prahlad Gaur - avatar
2 Answers
+ 1
Can some send me code
27th Mar 2020, 9:15 AM
Prahlad Gaur
Prahlad Gaur - avatar
+ 1
You can use anchor tag to do that; Just design your anchor tag to look like button Code: <a href="" style="background-color: red; padding: 1em;">Page name</>
27th Mar 2020, 9:14 AM
Emmanuel Blessing
Emmanuel Blessing - avatar