HTML/CSS/Text Tags/s
"s" Example
<html>
<head>
<title>s element example</title>
</head>
<body>
<p>
<s>crossed out.</s>
</p>
</body>
</html>
<html>
<head>
<title>s element example</title>
</head>
<body>
<p>
<s>crossed out.</s>
</p>
</body>
</html>