Help | Html And CSS | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Help | Html And CSS

Hello, I would like to ask a question. How to make a link to the SAMP Download button, that is, when you click on this button, it goes to a specific link. https://code.sololearn.com/WSXMPTtUJ9d3/?ref=app

29th May 2020, 2:51 PM
sucre
sucre - avatar
1 Answer
+ 2
Add the onclick attribute inside your button . Wait I'll show you how, <button onclick="document.location='link you want to add' ">Button name</button>
29th May 2020, 4:32 PM
🔥VENAGE🔥
🔥VENAGE🔥 - avatar