1 2 3 4 5 6 7 8 9 10
<!DOCTYPE html> <html> <!-- Test: when there is only one submit button, it is the default --> <link rel='stylesheet' type='text/css' href='default-submit-button-style.css'> <body> <form> <button type='submit'>submit</button> </form> </body> </html>