Table of Contents

Class HTMLHeadingElement

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll

The HTMLHeadingElement interface represents the different heading elements, <h1> through <h6>. It inherits methods and properties from the HTMLElement interface.

[Value("HTMLHeadingElement")]
public class HTMLHeadingElement : HTMLElement
Inheritance
HTMLHeadingElement
Inherited Members

Remarks

-The Heading_Elements, <h1> to <h6>, which correspond to this interface.

See also on MDN

Constructors

HTMLHeadingElement()

public HTMLHeadingElement()

Properties

Align

[Value("align")]
public string Align { get; set; }

Property Value

string