Enter HTML5 entry to proficient:<output> label

Source: Internet
Author: User
Keywords tags HTML5 Getting started to master

"Reprint please retain the integrity of the content of the Wind network article, if you do not comply with this principle, we will retain the right to pursue legal responsibility"

<output> Label

Definitions and usage

<output> tags define different types of output, such as the output of a script.

Instance

How to use an output element in a form:

<form action= "form_action.asp" method= "Get" http://www.aliyun.com/zixun/aggregation/11696.html ">name=" Sumform ">
<output name= "Sum" ></output>
</form>

Tiy

<! DOCTYPE html>
<html>
<head>
<script type= "Text/javascript" >
function Write_sum ()
{
X=5
Y=3
document.forms["Sumform" ["Sum"].value=x+y
}
</script>
</head>
<body onload= "write_sum ()" >
<form action= "form_action.asp" method= "Get" name= "Sumform" >
<output name= "Sum" ></output>
</form>
</body>
</html>

Differences between HTML 4.01 and HTML 5

The <output> label is a new label in HTML 5.

Property

The property value describes the for ID of another element that defines one or more elements associated with the output field. Form FormName defines one or more forms that the input field belongs to. The name Unique name defines the unique names of the objects. (used when form submission)

Standard properties

<output> tags support standard properties in HTML 5.

Event Properties

<output> tags support event properties in HTML 5.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.