HTML <ins>
요소 (또는 HTML 삽인된 텍스트)는 문서에서 추가된 글자의 범위를 나타냅니다
The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone https://github.com/mdn/interactive-examples and send us a pull request.
- 컨텐트 카테고리Phrasing 컨텐트 또는 flow 컨텐트.
- 허용된 컨텐트 Transparent.
- 태그 생략 None, both the starting and ending tag are mandatory.
- 허용된 부모 요소들 Phrasing 컨텐트를 허용하는 모든 요소들
- DOM 인터페이스
HTMLModElement
속성
이 요소는 전역 속성을 포함합니다.
cite
- 이 속성은 변경을 설명하는 리소스의 URI를 정의합니다. 예를 들면, 회의록이나 문제해결시스템의 링크같은것들이 있습니다.
datetime
- 이 속성은 요소의 시간과 날짜를 나타내며 선택적으로 시간 정보를 갖는 유효한 날짜 문자열이어야 합니다. 만일 값이 선택적으로 시간 정보를 갖는 날짜 문자열로 파싱될수 없다면, 요소는 관련된 타임스탬프를 소유하지 않게 됩니다.
예제
<ins>This text has been inserted</ins>
결과
명세
명세 | 상태 | 주석 |
---|---|---|
HTML Living Standard The definition of '<ins>' in that specification. |
Living Standard | |
HTML5 The definition of '<ins>' in that specification. |
Recommendation | |
HTML 4.01 Specification The definition of '<ins>' in that specification. |
Recommendation |
브라우저 호환성
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
Update compatibility data on GitHub
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
ins | Chrome Full support Yes | Edge Full support Yes | Firefox Full support 1 | IE Full support Yes | Opera Full support Yes | Safari Full support Yes | WebView Android Full support Yes | Chrome Android Full support Yes | Firefox Android Full support 4 | Opera Android Full support Yes | Safari iOS Full support Yes | Samsung Internet Android Full support Yes |
cite | Chrome Full support Yes | Edge Full support Yes | Firefox Full support 1 | IE Full support Yes | Opera Full support Yes | Safari Full support Yes | WebView Android Full support Yes | Chrome Android Full support Yes | Firefox Android Full support 4 | Opera Android Full support Yes | Safari iOS Full support Yes | Samsung Internet Android Full support Yes |
datetime | Chrome Full support Yes | Edge Full support Yes | Firefox Full support 1 | IE Full support Yes | Opera Full support Yes | Safari Full support Yes | WebView Android Full support Yes | Chrome Android Full support Yes | Firefox Android Full support 4 | Opera Android Full support Yes | Safari iOS Full support Yes | Samsung Internet Android Full support Yes |
Legend
- Full support
- Full support
같이 보기
- 문서에서 삭제된 부분을 나타내는
<del>
요소.