HTML <del> 인용 속성

❮ HTML <del> 태그

예시

텍스트가 삭제된 이유를 설명하는 문서 URL이 포함된 삭제된 텍스트:

<p><del cite="del_demo_cite.htm">This text has been deleted</del></p>

정의 및 사용

속성 은 cite텍스트가 삭제된 이유를 설명하는 문서의 URL을 지정합니다.


브라우저 지원

Attribute
cite Yes Yes Yes Yes Yes

참고: 속성 cite은 일반 웹 브라우저에서 시각적 효과가 없지만 화면 판독기에서는 사용할 수 있습니다.


통사론

<del cite="URL">

속성 값

Value Description
URL Specifies the address to the document that explains why the text was deleted.

Possible values:

  • An absolute URL - Points to another web site (like cite="http://www.example.com/page.htm")
  • A relative URL - Points to a page within a web site (like cite="page.htm")

❮ HTML <del> 태그