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
1 Odpowiedź
+ 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>