HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

HTML data Tag

HTML data Tag

 

 

The data tag is used to add a machine-readable translation of given content. It provides both a machine-readable value for data processors and a human-readable value for rendering in a browser.

 

Attribute Explanation:-

 

Attribute Value Description
value machine-readable format Specifies machine-readable translation of content of element

 

Syntax:-

 

Its syntax is:- < data >

Code Explanation

All Tutorials related to HTML Tags List

All Sections related to HTML