Tag
Adds a machine-readable translation of a given content
Examples
The following example displays product names but also associates each name with a product number.
<p>New Products</p>
<ul>
<li><data value="398">Mini Ketchup</data></li>
<li><data value="399">Jumbo Ketchup</data></li>
<li><data value="400">Mega Jumbo
Ketchup</data></li>
</ul>