Data HTML

HTML <data> Tag To provide a machine-readable version of the specified content, the HTML <data> tag is used. The data is displayed in a special format. It is useful both for getting a machine-readable value for data processors and for displaying a human-readable value on a browser. Syntax: <data value=”1″>content</data> Example: <!DOCTYPE html> <html> <body> … Read more