<OUTPUT>

Tag Description

<output> defines different types of output. New in HTML5.

Code Example

<form action="myaction.htm" method="get" name="myform">
<output name="myoutput"></output>
</form>

Attributes

Attribute Value Description
for id Specifies the element to which output relates
form name Specifies the form to which output belongs
name name Specifies a unique name for the output when form is submitted

Browser Support

Browser Comment
Firefox Yes
Safari Yes
Chrome Yes
Opera Yes
IE Yes

Notes

Title

details

Thanks for visiting!