It is An <output> element which is located outside a form (but still a part of the form).
Example:
HTML
<form action="/action_page.php" id="numform" oninput="x.value=parseInt(a.value)+parseInt(b.value)">
<input type="range" id="a" name="a" value="50">
+ <input type="number" id="b" name="b" value="25">
<br><br>
<input type="submit">
</form>
How to add HTML <output> Tag | HTML Tag |
How to set Default CSS Settings on HTML <output> Tag | HTML Tag |
What is HTML <output> for Attribute | HTML Tag |
How to add HTML <output> for Attribute | HTML Tag |
What is HTML <output> form Attribute | HTML Tag |
How to add HTML <output> form Attribute | HTML Tag |
What is HTML <output> name Attribute | HTML Tag |
How to create HTML <output> name Attribute | HTML Tag |
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |