blob: 85cbe5d72b78e133190dc74df343cfaf2444665b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
---
title: HTMLBRElement
slug: Web/API/HTMLBRElement
tags:
- API
- HTML DOM
- Interface
- Reference
translation_of: Web/API/HTMLBRElement
---
<div>{{APIRef("HTML DOM")}}</div>
<p><strong><code>HTMLBRElement</code></strong> 인터페이스는 HTML 줄바꿈 요소({{htmlelement("br")}})를 나타냅니다. {{domxref("HTMLElement")}}를 상속합니다.</p>
<p>{{InheritanceDiagram(600, 120)}}</p>
<h2 id="속성">속성</h2>
<p><em>부모인 {{domxref("HTMLElement")}}로부터 상속합니다.</em></p>
<dl>
<dt>{{domxref("HTMLBRElement.clear")}} {{obsolete_inline}}</dt>
<dd>떠있는 요소 주변 텍스트의 흐름을 나타내는 {{domxref("DOMString")}}입니다.</dd>
</dl>
<h2 id="메서드">메서드</h2>
<p><em>부모인 {{domxref("HTMLElement")}}로부터 상속합니다.</em></p>
<h2 id="명세">명세</h2>
<table class="standard-table">
<tbody>
<tr>
<th scope="col">Specification</th>
<th scope="col">Status</th>
<th scope="col">Comment</th>
</tr>
<tr>
<td>{{SpecName('HTML WHATWG', "#htmlbrelement", "HTMLBRElement")}}</td>
<td>{{Spec2('HTML WHATWG')}}</td>
<td>No change from {{SpecName("HTML5 W3C")}}</td>
</tr>
<tr>
<td>{{SpecName('HTML5 W3C', "textlevel-semantics.html#the-br-element", "HTMLBRElement")}}</td>
<td>{{Spec2('HTML5 W3C')}}</td>
<td>No change from {{SpecName("DOM2 HTML")}}</td>
</tr>
</tbody>
</table>
<h2 id="브라우저_호환성">브라우저 호환성</h2>
<div>
<p>{{Compat("api.HTMLBRElement")}}</p>
</div>
<h2 id="같이_보기">같이 보기</h2>
<ul>
<li>인터페이스를 구현하는 HTML 요소 {{HTMLElement("br")}}.</li>
</ul>
|