Hello Friends My Name Is Viraj,Today I Will Create Output Functionality On Your Web Page.
Here In This Html Tutorial We Will Create Output Functionality In Html.
Here Is An Example Related To Topic In This Blog.
Step 1 :
<!DOCTYPE html>
<html>
<body>
<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>
</body>
</html>
Output :
Here In This Html Tutorial We Will Create Output Functionality In Html.
Here Is An Example Related To Topic In This Blog.
Step 1 :
<!DOCTYPE html>
<html>
<body>
<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>
</body>
</html>
Output :
Nice
ReplyDelete