Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

<del>

개요

HTML Deleted Text 요소 (<del>) 는 문서에서 삭제된 텍스트의 범위를 나타냅니다. 이 요소는 보통 (그럴 필요는 없지만) 가운데줄 텍스트로 렌더링 됩니다.

속성

이 요소는 전역 속성을 포함합니다.

cite
변경을 설명하는 리소스의 URI (예를 들자면, 회의록).
datetime
이 속성은 변경이 일어난 시간과 날짜를 나타내며 올바른 날짜와 선택적인 시간 문자열도 함께)여야 합니다. 만약 값이 날짜와 선택적인 시간 문자열로 분석될수 없는경우,  요소는 관련된 타임스탬프를 가지고 있지 않습니다.

예제

<p><del>이 텍스트는 삭제되었습니다</del></p>

결과

이 텍스트는 삭제되었습니다

명세

명세 상태 주석
WHATWG HTML Living Standard
The definition of '<del>' in that specification.
Living Standard  
HTML5
The definition of '<del>' in that specification.
Recommendation  
HTML 4.01 Specification
The definition of '<del>' in that specification.
Recommendation  

브라우저 호환성

특징 Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support (Yes) 1.0 (1.7 or earlier) (Yes) (Yes) (Yes)

참고

  • 텍스트의 삽입을 위한 <ins> 요소

문서 태그 및 공헌자

 이 페이지의 공헌자: azunyan3
 최종 변경: azunyan3,