blob: 506af83534ae3947773a1b4a1c6886133ab91fc9 (
plain)
1
2
3
4
5
6
7
8
9
|
<!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>
|