编辑下面的代码:
【加编码】
查看效果 »
<html> <head> <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>
结果:
【此窗口】
帮助?