CSS的作用:禁用的选择器
使用CSS:disabled选择器为每个禁用的<input>元素设置样式。您可以尝试运行以下代码来实现:disabled选择器
示例
<!DOCTYPE html>
<html>
<head>
<style>
input:enabled {
background: blue;
}
input:disabled {
background: red;
}
</style>
</head>
<body>
<form action = "">
Subject <input type = "text" name = "subject"><br>
Student: <input type = "text" name = "student"><br>
Age: <input type = "number" name = "age" disabled><br>
</form>
</body>
</html>热门推荐
10 男生节搞笑简短祝福语
11 对女儿生日祝福语简短
12 恭喜高考完祝福语简短
13 新年孕妈祝福语简短
14 端午送老师祝福语简短
15 写老师离别祝福语简短
16 给孩子开学祝福语简短
17 幼儿祝福语大全简短贺卡
18 祝贺员工结婚祝福语简短