<p class="line-through">This is <strong>text</strong>!</p>
<p class="overline">This is <strong>text</strong>!</p>
<p class="underline">This is <strong>text</strong>!</p>
.line-through {
  font-size: 40px;
  color: #444;
  text-decoration-color: red;
  text-decoration-line: line-through;
}
.overline{
  font-size: 40px;
  color: #444;
  text-decoration-color: red;
  text-decoration-line: overline;
}
.underline{
  font-size: 40px;
  color: #444;
  text-decoration-color: red;
  text-decoration-line: underline;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.