How to create button link in HTML

1 Answer

0 votes
<html>
<body>
<form action="https://www.collectivesolver.com/">
    <input type="submit" value="Button link">
</form> 
</body>
</html>

 



answered Jun 11, 2021 by avibootz

Related questions

3 answers 350 views
1 answer 392 views
1 answer 249 views
249 views asked Jun 11, 2021 by avibootz
1 answer 268 views
268 views asked Jun 11, 2021 by avibootz
1 answer 276 views
2 answers 402 views
2 answers 358 views
358 views asked Dec 8, 2018 by avibootz
...