Horje

How to create HTML <data> Tag

The following example displays product names but also associates each name with a product number
index.html
Example: HTML
 <ul>
  <li><data value="21053">Cherry Tomato</data></li>
  <li><data value="21054">Beef Tomato</data></li>
  <li><data value="21055">Snack Tomato</data></li>
</ul> 

Output should be:

How to create HTML <data> Tag




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin