HTMLBRElement
HTMLBRElement
인터페이스는 HTML 줄바꿈 요소(<br>
)를 나타냅니다. HTMLElement
를 상속합니다.
속성
부모인 HTMLElement
로부터 상속합니다.
HTMLBRElement.clear
- 떠있는 요소 주변 텍스트의 흐름을 나타내는
DOMString
입니다.
메서드
부모인 HTMLElement
로부터 상속합니다.
명세
Specification | Status | Comment |
---|---|---|
HTML Living Standard The definition of 'HTMLBRElement' in that specification. |
Living Standard | No change from HTML5 |
HTML5 The definition of 'HTMLBRElement' in that specification. |
Recommendation | No change from Document Object Model (DOM) Level 2 HTML Specification |
브라우저 호환성
BCD tables only load in the browser
같이 보기
- 인터페이스를 구현하는 HTML 요소
<br>
.