How do i create a button in a website | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do i create a button in a website

Buttons

3rd Dec 2018, 6:25 PM
Divine Arugu
2 Answers
+ 1
<button>This is button</button> <input type="button" value="This is button" > /using bootstrap, easy one //https://www.sololearn.com/learn/1060/?ref=app
3rd Dec 2018, 6:30 PM
Sudarshan Rai
Sudarshan Rai - avatar
0
use the button tag <button>Submit</button> or you can use the input tag <input type="submit" value="Submit">
3rd Dec 2018, 6:47 PM
Andjaradji Rooseno
Andjaradji Rooseno - avatar