How To Make Input Type Number

Tanggal : 14 Feb 2023, Category : HTML, Create By : admin

In HTML, you can create an input field that only accepts numbers by using the "number" type attribute. Here is an example:

<label for="quantity">Quantity:</label>
<input type="number" id="quantity" name="quantity" min="1" max="100">
 

In this example, the input field with ID "quantity" will only accept numeric values between 1 and 100, as specified by the "min" and "max" attributes.


Keyword:
  • How To Make Input Type Number

Artikel Lain

Mengenal Html Textarea

Date : 27 Aug 2018, Category : HTML, Create By : admin

Ketika anda mendaftar di sebuah situs sosial media atau situs pendaftran member anda pastinya di haruskan untuk mengisi formulir atau form input data, dan salah satunya ada yang menggunakan Textarea, apa itu Textarea?. Textarea adalah .....

Konstanta Php

Date : 08 Oct 2018, Category : Tutorial, Create By : admin

Konstanta dalam php adalah sebuah lokasi penyimpanan ayng berisikan nilai, akan tetapi nilai dari isi kontanta itu tidak bisa di rubah selama program berjalan, sebenarnya hanpir mirip dengan variable hanya .....

History Of Linux Servers

Date : 13 Feb 2023, Category : Server, Create By : admin

The history of Linux servers can be traced back to 1991, when a young software engineer named Linus Torvalds developed a free, open-source operating system as a hobby project. Torvalds .....