HTML <ins> 인용 속성

❮ HTML <ins> 태그

예시

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

<p>This is a text.
<ins cite="why_inserted.htm">This is an inserted text.</ins></p>

정의 및 사용

속성 은 cite텍스트가 삽입/변경된 이유를 설명하는 문서에 대한 URL을 지정합니다.


브라우저 지원

Attribute
cite Yes Yes Yes Yes Yes

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


통사론

<ins cite="URL">

속성 값

Value Description
URL Specifies the address to the document that explains why the text was inserted/changed.

Possible values:

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

❮ HTML <ins> 태그