HTMLDivElement
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.
HTMLDivElement
인터페이스는 HTMLElement
인터페이스를 확장해, <div>
요소를 조작할 때 사용할 수 있는 추가 속성을 제공합니다.
속성
부모인 HTMLElement
로부터 상속합니다.
HTMLDivElement.align
지원이 중단되었습니다-
주변 맥락에 대해 요소 콘텐츠의 정렬 위치를 나타내는
DOMString
입니다. 가능한 값은"left"
,"right"
,"justify"
,"center"
입니다.
메서드
부모인 HTMLElement
로부터 상속합니다.
명세
Specification |
---|
HTML Standard # htmldivelement |
브라우저 호환성
BCD tables only load in the browser
같이 보기
- 인터페이스를 구현하는 HTML 요소
<div>
.