Interface

HTMLHRElement

HTMLHRElement

Provides special properties (beyond those of the HTMLElement interface it also has available to it by inheritance) for manipulating


elements.

View Source js/lib.dom.d.ts, line 2487

Members

string

# align

Sets or retrieves how the object is aligned with adjacent text.

View Source js/lib.dom.d.ts, line 2490

string

# color

Deprecated:
  • Yes

View Source js/lib.dom.d.ts, line 2495

boolean

# noShade

Sets or retrieves whether the horizontal rule is drawn with 3-D shading.

View Source js/lib.dom.d.ts, line 2499

string

# size

Deprecated:
  • Yes

View Source js/lib.dom.d.ts, line 2504

string

# width

Sets or retrieves the width of the object.

View Source js/lib.dom.d.ts, line 2508