Code
<!DOCTYPE html>
<html>
    <head>
        <title>Wikitechy for attribute</title>
    </head>
    <body>
        <form oninput="z.value=parseInt(x.value)+parseInt(y.value)">0
            <input type="range" id="x" value="60">150
            +<input type="number" id="y" value="30">
            =<output name="z" for="x y">
            </output>
        </form>
    </body>
</html>                                                                                                                                                                                                                                                                                                                                                                                  

Result