css-required-radio.html 156 B

12345678
  1. <!DOCTYPE html>
  2. <html>
  3. <link rel='stylesheet' type='text/css' href='css-required-style.css'>
  4. <body>
  5. <input type="radio" required>
  6. </body>
  7. </html>