HTML Output Tag


HTML Tag

The HTML Tag is used to display the result of some calculation (performed by JavaScript) or the result of a user action (such as input data into a form element).

The Tag is a newly added tag and was introduced in HTML5.

Example:-




    
    
        HTML output Tag
    



This is HTML output tag Example

Calculate the Sum of the two Numbers



+


=

Output:-

HTML output Tag

This is HTML output tag Example

Calculate the Sum of the two Numbers



+


=

Leave a Comment