Skip to content Skip to sidebar Skip to footer
Showing posts with the label Min

How To Apply Min And Max On Textarea?

Is there a way in HTML5 forms to add a min and max character to a textarea? It seems I can apply it… Read more How To Apply Min And Max On Textarea?

Min/max Attribute With Type = Date On Html5

I'm having some problems to set a minimum and a maximum YEAR with HTML5 date input. Here is my … Read more Min/max Attribute With Type = Date On Html5

Add/edit Javascript Program To Calculate Minimum, Maximum, Total And Average Of The Array Element

myArray = new Array(1, 4, 3, 2, 7, 6, 5, 9, 8, 10, 0) document.write(' ') document.write(&#… Read more Add/edit Javascript Program To Calculate Minimum, Maximum, Total And Average Of The Array Element