944198.html 176 B

12345678910
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. </head>
  6. <body onload="c.removeAttribute('type'); c.removeAttribute('value');">
  7. <input id="c" type="color">
  8. </body>
  9. </html>