<!DOCTYPE html> <html> <body> <form> <input type="submit" name="foo" value="foo" style="font-size: 3em; color: green;"> <input type="image" name="bar" value="bar" style="color: purple;"> </form> </body> </html>