+ 3
How I can put a button with the html 5?
Insertar elementos html
4 odpowiedzi
+ 10
=> <button> text </button>
=> <input type="submit" value="text">
... that's it.
+ 3
like they said
+ 2
<button> Click me! <button>
Then use the onclick attribute to give it something to do, with a JavaScript function.
Hope it helps!
-SuperGamer
+ 1
<button> Click me </button>