The <output> element
Used to display output from a calculation or other process in which JavaScript code is used to generate something from form controls.
Full list of attributes
All the usual HTML global attributes are available
for- A space separated list of the elements whose values were used to create the output.
form- The
<form>element this control should be associated with. name- The name used to identify the content of the element in form submission data.