Answers for "how to set a minimum and maximum value number html"

CSS
1

html minimum width

.wrapper {
  width: 100%;
  min-width: 20em; /* Will be AT LEAST 20em wide */
}
Posted by: Guest on May-04-2021
0

min max value for inout

<input type="number" min="1" max="999" />
Posted by: Guest on April-09-2021

Code answers related to "how to set a minimum and maximum value number html"

Browse Popular Code Answers by Language