Search
 
SCRIPT & CODE EXAMPLE
 

HTML

number input with any value and range

<form>
  <input type=number step=1 /> Step 1 (default)<br />
  <input type=number step=0.01 /> Step 0.01<br />
  <input type=number step=any /> Step any<br />
  <input type=range step=20 /> Step 20<br />
  <input type=datetime-local step=60 /> Step 60 (default)<br />
  <input type=datetime-local step=1 /> Step 1<br />
  <input type=datetime-local step=any /> Step any<br />
  <input type=datetime-local step=0.001 /> Step 0.001<br />
  <input type=datetime-local step=3600 /> Step 3600 (1 hour)<br />
  <input type=datetime-local step=86400 /> Step 86400 (1 day)<br />
  <input type=datetime-local step=70 /> Step 70 (1 min, 10 sec)<br />
</form>
 Run code snippet
Comment

PREVIOUS NEXT
Code Example
Html :: input groups 
Html :: how to create modal popup in javascript 
Html :: html email signature 
Html :: how to do comment in html 
Html :: englais français 
Html :: html tutorial 
Html :: HTML <sub Element 
Html :: html error 
Html :: node.js error cannot use import outside of module 
Html :: srcset 
Html :: html center 
Html :: HTML Regression 
Html :: html temple 
Html :: extract html from website 
Html :: html marquee space between images 
Html :: nunjucks escape brackets 
Html :: html input number no write symbol 
Html :: span? 
Html :: radio button in html 
Html :: Front-End WebHooks 
Html :: html like symbol 
Html :: APP_ENV=testing 
Html :: embed live crypto transactions map across multiple wallets and exchanges 
Html :: column label and input 
Html :: make select option look like button 
Html :: difference between core attribute and generic attributes in html 
Html :: Prozent in html 
Html :: how to add send call in html 
Html :: html banner 
Html :: does redux has a unidirectional data flow? 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =