0
How to create button
4 Answers
+ 3
simply do <button>TextToBeShownOnIt</button>
+ 2
hey rajan, many ways to create a button using html and css depending on the purpose.
u could use <button></button>, <a></a> or<input type="button"> to make a button.
you also can use <div> or any relevant tag as button with onclick attribut.
+ 1
thanks
0
I don't know if you know tell me