+ 1
How do you create a button with a "btn" class that is clickable for a currency conversion app.
4 Answers
+ 6
https://www.sololearn.com/learn/HTML/1035/?ref=app try add class atribute to: <input type="submit" value="Submit" />
+ 5
<button class = "btn"> SomeText </button>
+ 2
Ibiwari See, it's working.
https://code.sololearn.com/WAj6NT5KSisc/?ref=app
0
Tried it, it didnt work