solid边框颜色设定

来源:互联网 发布:英文域名注册 编辑:程序博客网 时间:2024/04/29 01:51

注意:先定义边框 然后定义颜色 不能有分隔符!

<!DOCTYPE html>
<html lang="zh">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta charset="UTF-8">
</head>
<script type="text/javascript">
function submmitall() {
alert("yes I can!");
}
</script>
<body>


<!-- <input type="text" value="请确认订单信息" readOnly/> -->
<form>
<table style="border:10px solid #000">
<tr>
<td>人名币:</td>
<td><input type="text" value="请填写:" required/></td>
</tr>
<tr>
<td onclick="submmitall();" alt="身份卡浪费">袁大头:</td>
<td><input type="text" value="请填写:" required/><br/ style="background-color:#339900;"></td>
</tr>
</table>
<button  ><a href="C:\Users\Login.DALEI\Desktop\test.1html">多啦爱梦</a></button>
</form>
</body>
</html>






阅读全文
0 0
原创粉丝点击