blob: b2a07734c0740670bfcaac072dee206c0d500081 (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE html>
<html>
<head><style>
input { border-color: lime }
</style></head>
<body><form>
<input vspace="20" border="1" src="solidblue.png" type="image">
</form></body></html>
|