0
How to add button in HTML?
can html add button or not?
2 odpowiedzi
+ 1
there are two method
<button>
and
use it with form
<input type="button">
0
of course it can, you can do it yourself like this
<button> blabla buttontext </button
and than style it with css.
Or you can google for button generators and take a look at those, it's really selfexplaining.