Raw File
select-required-ref.html
<!DOCTYPE html>
<html>
  <link rel='stylesheet' type='text/css' href='style.css'>
  <body>
    <select style="background-color: green;">
      <option selected value="">foo</option>
    </selecT>
  </body>
</html>
back to top