• Subcribe to Our RSS Feed

Saturday, April 4, 2026

HTML remove arrow from tag number

6:51 PM // by Dedy Setiawan // No comments

 <!DOCTYPE html>

<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Document</title>
  </head>
  <body>
    <form action="">
      <input type="number" name="" id="" />
      <br /><br />
      <input type="text" inputmode="numeric" name="" id="" />
    </form>
  </body>
</html>

0 comments:

Post a Comment