CHITUS

<s>

Коротко/Briefly:

what is : The <s> tag is used to strike through text

що таке : Тег <s> використовується для перекреслення тексту

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

<!DOCTYPE html>
<html>
<head>
    <title>Chitus</title>
</head>
<body>
    <h1>Welcome to <s>Chitus</s></h1>
    <p><s>Chitus</s> is currently undergoing renovations. Stay tuned for the updated version!</p>
</body>
</html>

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

The <s> tag is used to identify text as outdated or incorrect, unavailable.

Тег <s> використовується для позначення тексту як застарілого або неправильного,недоступного.