CHITUS

<del>

Коротко/Briefly:

what is : The <del> tag crosses out the text

що таке : Тег <del> закреслює текст

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

<!DOCTYPE html>
<html>
<head>
    <title>Chitus</title>
</head>
<body>
    <h1>Welcome to <del>Chitus</del></h1>
    <p>Our old name was <del>Chitus</del>, but now we are <ins>Chitus:)</ins>.</p>
</body>
</html>

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

The <del> tag is used to indicate text that has been deleted or crossed out.

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