编辑下面的代码:【加编码】
<html> <head> <style> input:required { background-color: yellow; } </style> </head> <body> <h3>A demonstration of the :required selector.</h3> <p>An optional input element:<br><input></p> <p>A required input element:<br><input required></p> <p>The :required selector selects form elements with a "required" attribute.</p> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂