How I can make two range sliders with one MAX tag? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How I can make two range sliders with one MAX tag?

( if (rangeone + rangetwo == 100){ stopp} ) I will make it only with the MAX tag and without Javascript and Jquery.

3rd Feb 2017, 9:28 AM
Claas Leo
Claas Leo - avatar
1 Answer
+ 2
with only HTML it's not possible, because HTML is a markup language and not a programming language. it lacks control structures and therefore can't compare values. so you have to use JavaScript/jQuery.
3rd Feb 2017, 10:58 AM
Mario L.
Mario L. - avatar