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