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>热门推荐
1 带清的简短祝福语
10 女朋友祝福语简短新年
11 别人过大寿祝福语简短
12 哥哥考大学祝福语简短
13 医政科祝福语简短
14 结婚祝福语粤语大全简短
15 合字的祝福语简短
16 上班收到花束祝福语简短
17 年末祝福语简短的文案
18 团队文案祝福语简短励志