S
Run
<!doctype html>
<head>
</head>
<body>
   <h1> S tag Example!</h1>
   <p><s>There will be a few tickets available at the box office tonight.</s></p>
   <p>SOLD OUT!</p>
</body>
</html>