陪你做好前端设计!
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>素材8网教程(study.sucai8.cn)</title> <style> input:valid { background-color: yellow; } </style> </head> <body> <h3> :valid 选择器实例演示。</h3> <input type="email" value="support@exampel.com" /> <p>请输入非法 e-mail 地址,查看样式变化。</p> </body> </html>
运行结果