Computer Science, asked by Thevibemaker, 8 months ago

What will be the output of HTML code segment given below

Answers

Answered by shardulkailash
1

Answer:

<form oninput="x.value=parseInt(a.value)+parseInt(b.value)">0

<input type="range" id="a" value="50">100

+<input type="number" id="b" value="50">

=<output name="x" for="a b"></output>

</form>

This is the output of HTML code segments

Similar questions