2-17 編程練習
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>2-17 編程練習</title> <style type="text/css"> /*此处写代码*/ input:hover{border-color:red;} input:focus{background:yellow;} input.pw:focus{background:orange;} </style> </head> <body> <!-- 此处写代码 --> <form> 用户名:<input type="text"> <p>密碼:<input type="text" class="pw"> </p> </form> </body> </html>
2
收起
正在回答
1回答
去掉默认的表单边框效果更美观,如下
希望可以帮到你!
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星