HTMLSpanElement
인터페이스는 <span>
엘리먼트를 나타내며 HTMLElement
인터페이스로부터 파생되었으며 부가적인 프로퍼티나 메소드는 구현되지 않았습니다.
프로퍼티
특정 프로퍼티가 없으며, 부모인 HTMLElement
로부터 프로퍼티를 상속받습니다.
메소드
특정 메소드가 없으며, 부모인 HTMLElement
로부터 메소드를 상속받습니다.
명세
명세 | 상태 | 코멘트 |
---|---|---|
HTML Living Standard The definition of 'HTMLSpanElement' in that specification. |
Living Standard | |
HTML5 The definition of 'HTMLSpanElement' in that specification. |
Recommendation | 초기 정의는 <span> 이 HTMLElement 와 연관되어 있었음. |
브라우저 호환성
BCD tables only load in the browser
함께 보기
- 이 인터페이스를 구현한 HTML 엘리먼트:
<span>
.