+ 2
How to make buttons in html
3 Answers
+ 8
<input type = âbuttonâ
value = âclick meâ
onclick = âalert(âclicked buttonâ) >
+ 7
<button onclick="doStuff()">
</button>
+ 4
Similar questions have been asked before.
Kindly make use of the search feature before you post to the Q/A section next time.
https://www.sololearn.com/Discuss/1284050/?ref=app
https://www.sololearn.com/discuss/1269627/?ref=app
https://www.sololearn.com/discuss/1284050/?ref=app
ÂĄ Happy Coding !