HTMLHeadingElement

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

Свойства

Наследует свойства родителя, HTMLElement.

HTMLHeadingElement.align

Is a 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".

Методы

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

Спецификации

Specification
HTML Standard
# htmlheadingelement

Совместимость с браузерами

BCD tables only load in the browser

See also