<html>
<head>
<style>
/* Default CSS Values */
s {
text-decoration: line-through;
}
</style>
</head>
<body>
<p>An s element is displayed like this:</p>
<p><s>Some no-longer correct text.</s></p>
<p>A customized s element (changed "text-decoration"):</p>
<p><s style="text-decoration:underline;">Some no-longer correct text.</s></p>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss_default_s by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:36:22 GMT -->
</html>