what is : The <s> tag is used to strike through text
що таке : Тег <s> використовується для перекреслення тексту
<!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>
The <s> tag is used to identify text as outdated or incorrect, unavailable.
Тег <s> використовується для позначення тексту як застарілого або неправильного,недоступного.