CHITUS

<data>

Коротко/Briefly:

what is : The <data> tag is used to represent numeric or date values

що таке : Тег <data> використовується для представлення числових або датових значень

Приклад коду/Code Example:

<!DOCTYPE html>
<html>
<head>
    <title>Chitus - Приклад</title>
</head>
<body>
    <p>Вартість товару: <data value="24.99">24.99 грн</data></p>
    <p>Дата оновлення: <data value="2023-08-01">1 серпня 2023</data></p>
</body>
</html>

Як писати/How to write:

The <data> tag The value specified in the value attribute is intended for machine analysis, and the text inside the <data> tag is displayed to users on the page.

Тег <data> Значення, яке вказується в атрибуті value, призначене для машинного аналізу, а текст всередині тегу <data> показується користувачам на сторінці.