what is : The <del> tag crosses out the text
що таке : Тег <del> закреслює текст
<!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>
The <del> tag is used to indicate text that has been deleted or crossed out.
Тег <del> використовується для позначення тексту, який був видалений або викреслений.