9 <!-- no style for reference -->
10 <input type=
"submit" value=
"foo"> <br>
13 <input type=
"submit" value=
"foo" style=
"border: 3px solid lime;">
14 <input type=
"submit" value=
"foo" style=
"border-radius: 6px;"> <br>
17 <input type=
"submit" value=
"foo" style=
"background: linear-gradient(to bottom, #dea 0%,#9c7 44%,#494 100%);"> <br>
20 <input type=
"submit" value=
"foo" style=
"box-shadow: 4px 4px 10px rgba(255,0,0,0.5), inset 4px 4px 4px rgba(0,255,0,0.5);"> <br>
23 <input type=
"submit" value=
"foo" style=
"font-size: 16px;">
24 <input type=
"submit" value=
"foo" style=
"font-size: 20px;">
25 <input type=
"submit" value=
"foo" style=
"font-size: 24px;"> <br>
28 <input type=
"submit" value=
"foo" style=
"zoom: 1.5;">
29 <input type=
"submit" value=
"foo" style=
"zoom: 2;"> <br>