+ 1
How do I add the type attribute to <button>
11 Answers
+ 3
<input type='button' value='Click me!'>
+ 1
Jan Markus thank you so much!
+ 1
Good
+ 1
https://code.sololearn.com/WZC5EUmVIhFp/?ref=app
0
I mean how to make it work inside the form tag
0
<input type=button>
0
How do I add the text to that tag?
0
value="click me"
this is a good reference site for webdev related stuff
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/button
0
anything you write in value will be the text on the button