<p>text-decoration CSS 단축 속성은 글씨의 장식(선) 색을 지정합니다.</p>
<p>text-decoration CSS 단축 속성은 글씨의 장식(선) 색을 지정합니다.</p>
<p>text-decoration CSS 단축 속성은 글씨의 장식(선) 색을 지정합니다.</p>
p:first-of-type {
  text-decoration: underline;
}

p:last-of-type {
  text-decoration: line-through;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.