blob: 198d022c6ea979cbdd8fd7ec23352381491ffd72 (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html>
<body>
<form>
<input type="image" name="bar" value="bar" style="font-size: 3em; color: green;">
<input type="submit" name="foo" value="foo" style="color: purple">
</form>
</body>
</html>
|