+ 1
HTML button
Hello, I have got a question. How can I create a HTML button? I saw an exampe that didn't help me a lot so I would need another example please. Thank you.
5 Answers
+ 2
Try this:
<button onclick="alert('Button clicked')"></button>
+ 1
Thank you.
+ 1
Ok, thank you. :)
0
But do you know how can I make it to make an alert box when someone presses it?