+ 3

How I can put a button with the html 5?

Insertar elementos html

20th Aug 2017, 6:55 PM
Luis Felipe De La Rosa Garcia
Luis Felipe De La Rosa Garcia - avatar
4 odpowiedzi
+ 10
=> <button> text </button> => <input type="submit" value="text"> ... that's it.
20th Aug 2017, 7:02 PM
Maz
Maz - avatar
+ 3
like they said
20th Aug 2017, 8:07 PM
Jason Wade
Jason Wade - avatar
+ 2
<button> Click me! <button> Then use the onclick attribute to give it something to do, with a JavaScript function. Hope it helps! -SuperGamer
21st Aug 2017, 9:01 AM
Super Gamer
Super Gamer - avatar
+ 1
<button> Click me </button>
20th Aug 2017, 7:02 PM
Yaroslav Pieskov
Yaroslav Pieskov - avatar