Horje

How is to look HTML step Attribute in input

An input field with a specified legal number intervals:
index.html
Example: HTML
 <form>
  <label for="points">Points:</label>
  <input type="number" id="points" name="points" step="3">
</form> 

Output should be:

How is to look HTML step Attribute in input




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Input Attributes
Uploaded by:
Admin