From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/ru/web/api/htmlheadingelement/index.html | 69 ++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 files/ru/web/api/htmlheadingelement/index.html (limited to 'files/ru/web/api/htmlheadingelement') diff --git a/files/ru/web/api/htmlheadingelement/index.html b/files/ru/web/api/htmlheadingelement/index.html new file mode 100644 index 0000000000..e031fba028 --- /dev/null +++ b/files/ru/web/api/htmlheadingelement/index.html @@ -0,0 +1,69 @@ +--- +title: HTMLHeadingElement +slug: Web/API/HTMLHeadingElement +translation_of: Web/API/HTMLHeadingElement +--- +
+
{{ APIRef("HTML DOM") }}
+
+ +

HTMLHeadingElement интерфейс представляет различные элементы заголовков. Наследует методы и свойства из {{domxref("HTMLElement")}}.

+ +

{{InheritanceDiagram(600, 120)}}

+ +

Свойства

+ +

Наследует свойства родителя, {{domxref("HTMLElement")}}.

+ +
+
{{domxref("HTMLHeadingElement.align")}} {{obsolete_inline}}
+
Is a {{domxref("DOMString")}} representing an enumerated attribute indicating alignment of the heading with respect to the surrounding context. The possible values are "left""right""justify", and "center".
+
+ +

Методы

+ +

Нет специфичных методов; наследует методы родителя, {{domxref("HTMLElement")}}.

+ +

Specifications

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{SpecName('HTML WHATWG', "#htmlheadingelement", "HTMLHeadingElement")}}{{Spec2('HTML WHATWG')}} 
{{SpecName('HTML5 W3C', "sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements", "HTMLHeadingElement")}}{{Spec2('HTML5 W3C')}}The align property is now obsolete.
{{SpecName('DOM2 HTML', 'html.html#ID-43345119', 'HTMLHeadingElement')}}{{Spec2('DOM2 HTML')}}No change
{{SpecName('DOM1', 'level-one-html.html#ID-43345119', 'HTMLHeadingElement')}}{{Spec2('DOM1')}}Initial definition
+ +

Browser compatibility

+ + + +

{{Compat("api.HTMLHeadingElement")}}

+ +

See also

+ + -- cgit v1.2.3-54-g00ecf