현재 번역은 완벽하지 않습니다. 한국어로 문서 번역에 동참해주세요.
개요
HTML Keyboard Input 요소 (<kbd>) 는 유저 입력을 나타내며, 브라우저의 기본 모노스페이스 폰트로 표시되는 인라인 요소를 생성합니다.
- 컨텐츠 범주 플로우 컨텐츠, 구문 컨텐츠, palpable 컨텐츠.
- 허용된 컨텐츠 구문 컨텐츠
- 태그 생략 None, both the starting and ending tag are mandatory.
- 허용된 부모 요소 phrasing 컨텐츠를 허용하는 모든 요소
- DOM 인터페이스
HTMLElement
Up to Gecko 1.9.2 (Firefox 4) 까지는, Firefox는 이 요소를 위해HTMLSpanElement
인터페이스를 구현했습니다.
속성
이 요소는 전역 속성만을 포함합니다.
예제
<p>Type the following in the Run dialog: <kbd>cmd</kbd><br />Then click the OK button.</p> <p>Save the document by pressing <kbd><kbd>Ctrl</kbd>+<kbd>S</kbd></kbd></p>
결과
참고
브라우저의 기본 폰트를 오버라이드 하기위해 kbd 셀렉터를 위한 CSS 규칙이 정의돌수 있습니다. Preferences set by the user might take precedence over the specified CSS.
사양
사양 | 상태 | 주석 |
---|---|---|
WHATWG HTML Living Standard The definition of '<kbd>' in that specification. |
Living Standard | |
HTML5 The definition of '<kbd>' in that specification. |
Recommendation | Expanded to include any user input, like voice input and individual keystrokes. |
HTML 4.01 Specification The definition of '<kbd>' in that specification. |
Recommendation |
브라우저 호환성
기능 | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | (Yes) | 1.0 (1.7 or earlier) | (Yes) | (Yes) | (Yes) |
기능 | Android | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | (Yes) | 1.0 (1.0) | (Yes) | (Yes) | (Yes) |