input-button-ref.html 109 B

1234567
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <input type='button' style="background-color: green;">
  5. </body>
  6. </html>