HTMLSpanElement
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
HTMLSpanElement
인터페이스는 <span>
엘리먼트를 나타내며 HTMLElement
인터페이스로부터 파생되었으며 부가적인 프로퍼티나 메소드는 구현되지 않았습니다.
프로퍼티
특정 프로퍼티가 없으며, 부모인 HTMLElement
로부터 프로퍼티를 상속받습니다.
메소드
특정 메소드가 없으며, 부모인 HTMLElement
로부터 메소드를 상속받습니다.
명세
Specification |
---|
HTML Standard # htmlspanelement |
브라우저 호환성
BCD tables only load in the browser
함께 보기
- 이 인터페이스를 구현한 HTML 엘리먼트:
<span>
.