HTML Data Tag | HTML <data> Tag | datalist tag

HTML Data Tag


Define :
This tag is used to add a machine-readable translation of given content and the element provides both a machine-readable value for data processors.

For example :
Output :
                     
Browser Support :
Element chrome opera firefox Microsoft edge
<data> 62.0 49.0 22.0 13.0

Attributes:
Attribute value description
value machine-readable format It is specified the machine-readable translation of the content of the element

Global Attributes
This tag also supports the Global Attributes in HTML.