--- title: ': 덧붙임 글 요소' slug: Web/HTML/Element/small tags: - Element - HTML - HTML text-level semantics - Reference - Web translation_of: Web/HTML/Element/small ---
{{HTMLRef}}

HTML <small> 요소는 덧붙이는 글이나, 저작권과 법률 표기 등의 작은 텍스트를 나타냅니다. 기본 상태에서 <small>은 자신의 콘텐츠를 한 사이즈 작은 글꼴(small에서 x-small 등)로 표시하지만, 스타일을 적용한 후에도 글씨 크기가 작을 필요는 없습니다.

{{EmbedInteractiveExample("pages/tabbed/small.html", "tabbed-shorter")}}
콘텐츠 카테고리 플로우 콘텐츠, 구문 콘텐츠.
가능한 콘텐츠 구문 콘텐츠.
태그 생략 {{no_tag_omission}}
가능한 부모 요소 구문 콘텐츠를 허용하는 모든 요소, 또는 플로우 콘텐츠를 허용하는 모든 요소.
가능한 ARIA 역할 모두
DOM 인터페이스 {{domxref("HTMLElement")}}

특성

이 요소는 전역 특성만 포함합니다.

예제

기본 사용법

<p>This is the first sentence.
 <small>This whole sentence is in small letters.</small>
</p>

{{EmbedLiveSample("기본_사용법")}}

CSS 예제

<p>This is the first sentence.
  <span style="font-size:0.8em">This whole sentence is in small
  letters.</span>
</p>

{{EmbedLiveSample("CSS_예제")}}

명세

Specification Status Comments
{{SpecName('HTML WHATWG', 'semantics.html#the-small-element', '<small>')}} {{Spec2('HTML WHATWG')}}
{{SpecName('HTML5 W3C', 'textlevel-semantics.html#the-small-element', '<small>')}} {{Spec2('HTML5 W3C')}}
{{SpecName('HTML4.01', 'present/graphics.html#edef-SMALL', '<small>')}} {{Spec2('HTML4.01')}}

참고

{{htmlelement("b")}}, {{htmlelement("i")}}, <small> 요소는 구조와 표현을 분리하는 원칙을 위배하는 것처럼 보이지만, 셋 모두 HTML5에서 유효합니다. 작성자는 <small>과 CSS 중 어느 것을 사용할지 결정하기 전에 심사숙고해야 합니다.

브라우저 호환성

{{Compat("html.elements.small")}}

같이 보기