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