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

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

Property Value

A string of valid HTML code.

See Also

RawHtml Object | RawHtml Members | DOM Namespace