설명
The HTML Keyboard Input Element (<kbd>) produces an inline element displayed in the browser's default monotype font. This element is used to identify user input.
키보드(keyboard) 인풋 엘리먼트(키보드 입력 명령어).
인라인 엘리먼트를 브라우저 기본 모노폰트(타자기 폰트 스타일)로 보여준다.
이로써 사용자 인풋을 구별할 수 있다.
Usage Context
Permitted content | Flow content or Phrasing content. |
Tag omission | None, must have both a start tag and an end tag |
Permitted parent elements | Phrasing content |
Normative document | HTML 5, section 4.6.14; HTML 4.01, section 9.2.1 |
속성
이 엘리먼트는 전역속성을 지원한다.
예제
<p>실행 창에서 다음 명령어를 입력하세요.: <kbd>cmd</kbd><br />그리고 '확인'버튼을 클릭하세요.</p>
A CSS rule can be defined for the kbd
selector to override the browser's default font face. Preferences set by the user might take precedence over the specified CSS.
이 속성은 브라우저 기본 폰트 페이스인 타자체로 표현되는데, CSS로 재정의할 수 있다.
사용자 설정이 기본으로 지정된 속성보다 우선한다.
DOM Interface
This element implements the HTMLElement
interface.
참고 : up to Gecko 1.9.2 inclusive, Firefox implements the HTMLSpanElement interface for this element.
호환성
기능 | 구글크롬 | 파이어폭스Gecko) | 인터넷 익스플로러 | Opera | Safari |
---|---|---|---|---|---|
기본적인 지원 |
기능 | 안드로이드 | 파이어폭스 모바일(Gecko) | 인터넷 익스플로러 모바일 | 오페라 모바일 | 사파리 모바일 |
---|---|---|---|---|---|
기본적인 지원 |
참고
https://developer.mozilla.org/en/HTML/Element/kbd
- HTML 코드 요소
- HTML4 규약: Phrase 요소
- HTML5 규약:
kbd
요소