Tutorial by Examples

The following demo features an <output> element's use of the [for] and [form] attributes. Keep in mind, <output> needs JavaScript in order to function. Inline JavaScript is commonly used in forms as this example demonstrates. Although the <input> elements are type="number&quot...
<output name="out1" form="form1" for="inp1 inp2"></output>

Page 1 of 1