Gets or sets the HTML code after the children of this node.

[VBScript]
Public Property End As String
[JScript]
public function get End() : String;
public function set End(String);

Property Value

A string of valid HTML code.

See Also

RawHtml Object | RawHtml Members | DOM Namespace