References

Collection of references for web development.

HTML data tag

Description

The HTML <data> element links the given content with a machine-readable language.

Attributes

Attribute Value Description
data data The HTML element links the given content with a machine-readable language.

Example

<ul>
	<li><data value="3241">Small Sausage</data></li>
	<li><data value="3242">Medium Sausage</data></li>
	<li><data value="3243">Large Sausage</data></li>
</ul>