qq___輪徊_1
2018-01-30 11:38
请问提交按钮里的背景色和字的颜色怎么改?
<form method="post" action="save.php">
<label for="myName">姓名:</label>
<input type="text" value=" " name="myName " style="color:red;"/>
<input type="submit" value="提交" name="submitBtn" style="color:blue;"/>
html部分
<input type="submit" value="Submit" class="tj" />
css部分
<style>
.tj{color:#fff000;}
</style>
button{
background:red;/*背景色*/
color:blue;/*字体颜色*/
}
初识HTML(5)+CSS(3)-升级版
1225297 学习 · 18230 问题
相似问题