HTML의 태그는 취소선 텍스트를 설정하는 데 사용됩니다.
참고 - 태그는 HTML5에서 지원되지 않습니다.
이제 HTML에서 태그를 구현하는 예를 살펴보겠습니다-
예시
<!DOCTYPE html> <html> <body> <h2>Product Launch</h2> <p>The product is in <strike>beta testing</strike> launch mode.</p> </body> </html>
출력
위의 예에서 요소 −
<p>The product is in <strike>beta testing</strike> launch mode.</p>