📜  HTML output标签

📅  最后修改于: 2020-11-04 00:48:40             🧑  作者: Mango

HTML标签

HTML标签用于显示某些计算的结果(由JavaScript执行)或用户操作的结果(例如,将数据输入到表单元素中)。

标签是新添加的标签,是HTML5中引入的。

句法

......

以下是有关HTML的一些规范标签

Display Inline
Start tag/End tag Both Start and End tag
Usage Forms and Input




Output Tag


 

Calculate the Sum of the two Numbers



+


=
Output is:

输出:

属性:

特定于标签的属性:

Attribute Value Description
for element_id It specifies the list of other element’s ids which indicates the relationship between the result of the calculation and the input elements.
form form_id It specifies the form element to which this element is associated with.
name name It defines the name for the output element.

全局属性:

HTML标签支持HTML中的全局属性。

事件属性:

HTML标签支持HTML中的事件属性。

支持的浏览器

Element chrome browser Chrome ie browser IE firefox browser Firefox opera browser Opera safari browser Safari
Yes Yes Yes Yes Yes