HTML 사전

i

설명

The HTML Offset Text (or Italics) Element (<i>) represents a range of text that is set off from the normal text for some reason, for example, technical terms, foreign language phrases, or fictional character thoughts. It is typically displayed in italic type.

HTML 인쇄 글자 (이탤릭체) 요소 (<i>)는 지정 범위 내의 글자를 일반 글자와 다르게 표기한다. 이렇게 표기하는 대상 글자는 기술 용어, 외국어 구문, 가공 인물의 의견 등이 있다. 일반적으로 이탤릭 형식으로 표기된다.

Usage Context

Permitted content Phrasing content
Tag omission None, must have both a start tag and an end tag.
Permitted parent elements Any element that accepts Phrasing content.
Normative document HTML 5, section 4.6.15;  HTML 4.01, section 15.2.1

속성

이 엘리먼트는 전역속성을 지원한다.

예제

<p>This is the first sentence. <i>This whole sentence is in an italicized font.</i></p>

참고 :
Use this element only when there is not a more appropriate semantic element. For example:

 • Use <em> to indicate stress emphasis.
 • Use <strong> to indicate importance.
 • Use <mark> to indicate relevance.
 • Use <cite> to mark the name of a work, such as a book, play or song.
 • Use <dfn> to mark the defining instance of a term.

 It is a good idea to use the class attribute to identify why the element is being used, so that if the presentation needs to change at a later date, it can be done selectively with style sheets.

참고:
이 요소는 다른 적당한 표현의 의도를 나타내는 요소가 없을 경우에만 차선책으로서 사용된다. 예를 들어:
 • <em>: 강조할 때 사용한다. 논리적으로 강조할 텍스트의 경우.
 • <strong>: 강조할 때 사용된다. 의미론적인 강조의 경우를 말한다. (시각적 강조는 <b>를 사용한다.)
 • <mark>: 연관성을 나타낸다.
 • <cite>: 인용구를 나타낸다. 책, 연극, 노래 등.
 • <dfn>: 용어의 정의를 표기한다.

왜 이 요소가 사용되었는지 클래스 속성을 사용하여 알리는 것이 좋다. 만약 이 표기법이 추후 바뀔 필요가 있다면, 스타일 시트에서 선택적으로 처리할 수 있게 하기 위해서이다.

DOM Interface

This element implements the HTMLElement interface.

DOM의 요소 중 HTMLElement 인터페이스를 구현했다.

Implementation note: up to Gecko 1.9.2 inclusive, Firefox implements the HTMLSpanElement interface for this element.

구현 기록: 게코 1.9.2 버전 이상부터 파이어폭스는 이 요소를 위해 HTMLSpanElement 인터페이스를 구현했다.

호환성

Desktop
기능 구글크롬 파이어폭스Gecko) 인터넷 익스플로러 Opera Safari
기본적인 지원 1.0 지원 지원   지원
Mobile
기능 안드로이드 파이어폭스 모바일(Gecko) 인터넷 익스플로러 모바일 오페라 모바일 사파리 모바일
기본적인 지원 지원 지원 지원 지원 지원

참고

댓글

댓글 본문
버전 관리
crannoc
현재 버전
선택 버전
graphittie 자세히 보기