+ 2
How to make buttons in html
3 odpowiedzi
+ 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 !