HTMLTitleElement
인터페이스는 문서의 제목을 담습니다. HTMLElement
인터페이스의 속성과 메서드를 상속합니다,
Properties
부모인 HTMLElement
로부터 상속합니다.
HTMLTitleElement.text
- 문서의 제목을 나타내는
DOMString
입니다.
메서드
부모인 HTMLElement
로부터 상속합니다.
명세
Specification | Status | Comment |
---|---|---|
HTML Living Standard The definition of 'HTMLTitleElement' in that specification. |
Living Standard | |
HTML 5.1 The definition of 'HTMLTitleElement' in that specification. |
Recommendation | No change from HTML5 |
HTML5 The definition of 'HTMLTitleElement' in that specification. |
Recommendation | No change from Document Object Model (DOM) Level 2 HTML Specification. |
Document Object Model (DOM) Level 2 HTML Specification The definition of 'HTMLTitleElement' in that specification. |
Obsolete | No change from Document Object Model (DOM) Level 1 Specification. |
Document Object Model (DOM) Level 1 Specification The definition of 'HTMLTitleElement' in that specification. |
Obsolete | Initial definition. |
브라우저 호환성
BCD tables only load in the browser
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
같이 보기
- 인터페이스를 구현하는 HTML 요소
<title>
.