설명
The HTML Citation Element (<cite>) contains the title of a work, such as a book, song, movie, TV show, sculpture, etc. In HTML5, use of this element to mark a person's name is no longer considered semantically appropriate. Use the cite attribute on a <blockquote> or <q> element to reference an online resource for a source. To prevent the italic style from being used for the
<cite>는 어떤 작품의 제목을 나타낸다. 이를테면 책, 노래, 영화, TV쇼, 조각작품 등에 사용할 수 있다. HTML5에서는 작품의 저작자 이름을 표시할 때 이 요소를 사용하는 것이 더 이상 의미적으로 적절하지 않다. 온라인상의 출처를 언급할 때에는 <blockquote>요소나 <q>요소내의 cite속성을 사용하라. 서체를 이탤릭체로 표시할 때에는 <cite>요소를 사용하지 말고 CSS의 font-style속성을 사용하라.
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 | HTML5, section 4.6.5; HTML 4.01, section 9.2.1 |
속성
Like all other HTML elements, this element supports the global attributes.
다른 모든 HTML 요소와 마찬가지로, 이 요소는 전역속성을 지원한다.
지원 | Gecko | Presto | WebKit | Trident |
Normative document |
예제
More information can be found in <cite>[ISO-0000]</cite>
더욱 자세한 정보는 다음을 참조하세요.<cite>[ISO-0000]</cite>
DOM Interface
This element implements the HTMLElement
interface.
이 요소는 HTMLElement 인터페이스를 구현했습니다.
호환성
기능 | 구글크롬 | 파이어폭스Gecko) | 인터넷 익스플로러 | Opera | Safari |
---|---|---|---|---|---|
기본적인 지원 |
기능 | 안드로이드 | 파이어폭스 모바일(Gecko) | 인터넷 익스플로러 모바일 | 오페라 모바일 | 사파리 모바일 |
---|---|---|---|---|---|
기본적인 지원 |
참고
- 원문 - https://developer.mozilla.org/en/HTML/Element/cite
<blockquote>
element<q>
element