Computer Science, asked by evaanjack, 9 days ago

Write a HTML program to get the displayed output.

Attachments:

Answers

Answered by pranavmurugan1082
0

Answer:HTML <output> tag is used to display the result of some calculation (performed by JavaScript) or the outcome of a user action (such as Input data into a form element). The <output> tag is a newly added tag and was introduced in HTML5.

...

Syntax.

Display Inline

Start tag/End tag Both Start and End tag

Usage Forms and Input

Explanation:

Similar questions