answersLogoWhite

0

Here is the HTML form input code to accept only numbers. You can change it to whatever fits your situation. The input type controls what the input form will accept.

<form>

Quantity (between 1 and 10):

<input type="number" name="quantity" min="1" max="10">

</form>

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

Why do tax forms have numbers assigned to the boxes?

Numbers are assigned to the boxes on tax forms as reference points for IRS instructions. These instructions are available for every form. Numbers make it easy to match the particular box with its explanation in the instructions.


How do you make 9 boxes with numbers 1-9 add up to 12 in all directions?

If the boxes are in a 3*3 array, the answer is that you cannot.If the boxes are in a 3*3 array, the answer is that you cannot.If the boxes are in a 3*3 array, the answer is that you cannot.If the boxes are in a 3*3 array, the answer is that you cannot.


Can you recycle frozen food boxes?

Yes, you can recycle frozen food boxes as long as they are clean and free of food residue. Make sure to check with your local recycling guidelines to ensure they accept this type of packaging.


Make an x in the boxes containing three numbers whose sum is 57?

It is not possible to answer the question because the three numbers are not given. Moreover, this browser will not support the necessary graphics.


How do you do a heart in HTML?

To make a heart in HTML, type &amp;hearts;


What are HTML controls?

HTML can make links buttons and websites


how to make your own packaging boxes?

like mailing boxes?


Waterproof photo storage boxes?

You can find waterproof storage boxes at any local department or moving/storage store in your area. If you are looking for a good deal online, check out; www.nextag.com/waterproof-storage-box/products-html


What is the HTML code for a shopping cart form?

There is no simple answer to that as every form is different. They will use a lot of the same tags like text boxes, buttons, radio buttons, check boxes and others: &lt;input type=text&gt; &lt;input type=button&gt; To make the form actually do something, like process the shopping, requires programming. HTML is not a programming language, so it cannot do that. You need some other languages and there are many of them. That is the complicated part.


What is better HTML or text?

Of course, it's HTML! HTML can do anythink that text can do plus more! Can text make a radio buttin? Can text make a drop-down menu? No, and again no! HTML Text


What do you make with HTML?

Webpages.


How do you make forms on HTML?

Forms in HTML could be created very easily. They can be used by &lt;form&gt; tag predefined in HTML.