Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

<sub>

현재 번역은 완벽하지 않습니다. 한국어로 문서 번역에 동참해주세요.

개요

HTML Subscript 요소 (<sub>) 는 인쇄상의 이유로 낮고 작게 표시되는 텍스트의 범위를 정의합니다.

사용시 참고:

  • This element should be used for typographical reasons only, i.e. changing the position of the text changing its meaning like in mathematical (like t2, though the use of a MathML formula should be considered) or chemical formulas (like H2O).
  • This element must not be used for styling purpose like the styling of the product name Latex. In that case CSS style should be used: the vertical-align property with the sub value will achieve the same effect.

사용 문맥

컨텐츠 범주 플로우 컨텐츠와 구문 컨텐츠
허용된 컨텐츠 구문 컨텐츠
태그 생략 None as both the start and end tag are mandatory
허용된 부모 요소 구문 컨텐츠를 허용하는 모든 요소.
표준 문서 HTML5, section 4.6.14 (HTML4.01, section 9.2.3)

속성

이 요소는 전역 속성만을 포함할 수 있습니다.

DOM 인터페이스

이 요소는  HTMLElement 인터페이스를 구현합니다.

구현 참고: Gecko 1.9.2 까지는, Firefox는 이 요소를 위해 HTMLSpanElement 인터페이스를 구현했습니다.

예제

<p>The chemical formula of water is H<sub>2</sub>O</p>

결과

The chemical formula of water is H2O

같이 보기

  • The <sup> HTML element that produces superscript. Note that you cannot use them both at the same time and you need to use MathML to produce both a superscript and a subscript next to the chemical symbol of an element, representing its atomic number and its nuclear number.
  • The <msub>, <msup>, and <msubsup> MathML elements.

문서 태그 및 공헌자

 이 페이지의 공헌자: azunyan3
 최종 변경: azunyan3,