HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML output Tag

HTML output Tag

 

 

The output tag is used to represent the result of a calculation.

 

Attribute Explanation:-

 

Attribute Value Description
for element_id Specifies the relationship between the result of the calculation, and the elements used in the calculation
form form_id Specifies which form the output element belongs to
name name Specifies a name for the output element.

 

Syntax:-

 

Its syntax is:- < output >

Code Explanation

All Tutorials related to HTML Tags List

All Sections related to HTML