HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <form oninput="result.value=parseInt(a.value)+parseInt(b.value)"> <input type="range" name="b" value="50"> + <input type="number" name="a" value="10"> = <output name="result">60</output> </form> </body> </html>
OUTPUT
×

Save as Private