How do you create a button with a "btn" class that is clickable for a currency conversion app. | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

How do you create a button with a "btn" class that is clickable for a currency conversion app.

12th Feb 2019, 1:36 PM
Ibiwari
Ibiwari - avatar
4 Réponses
+ 6
https://www.sololearn.com/learn/HTML/1035/?ref=app try add class atribute to: <input type="submit" value="Submit" />
12th Feb 2019, 2:37 PM
Hubert Dudek
Hubert Dudek - avatar
+ 5
<button class = "btn"> SomeText </button>
12th Feb 2019, 1:44 PM
Arushi Singhania
Arushi Singhania - avatar
12th Feb 2019, 11:00 PM
Arushi Singhania
Arushi Singhania - avatar
0
Tried it, it didnt work
12th Feb 2019, 2:16 PM
Ibiwari
Ibiwari - avatar