NOTE: This new element is HTML5 and will be a standardized element in 2014.
The HTML <output> element is used to render the results from calculations.
name - specify a name for the output element for form submission purposes
Possible Values: "you define name"
for - specify the element or elements that the output is associated with
Possible Values: "space separated list of element IDs"
global attributes - global core attributes
See: list of global attributes
form - specify the form that the output is associated with
Possible Values: "the target form ID"
global event handlers - global event handler attributes
See: list of global event handlers