0
Am I able to make a button take the user to a link?
If so how do I do that? https://code.sololearn.com/WPEGanLyHXSw/?ref=app
3 ответов
+ 2
Like this:
<a class="btn" href="https://www.google.com">download now</a>
You can change the link.
Hope it helps!
Happy Coding 🤠
+ 2
Another way
<button onclick="location.href=' '">download</button>