How to change color of input type="submit" in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to change color of input type="submit" in html

Html

2nd Feb 2017, 3:22 PM
rutwij chavan
rutwij chavan - avatar
3 Answers
+ 7
//CSS input { color:pink; }
2nd Feb 2017, 4:44 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 6
<input type="submit" class="name" value=""/ > or use style="{}"
2nd Feb 2017, 3:30 PM
Sun
Sun - avatar
0
mainly css is for design a html page. you can try css type{ color:***; }
2nd Feb 2017, 3:24 PM
Siam Al Mahmud
Siam Al Mahmud - avatar