Defines values that describe where to insert a new element when using HtmlElement.InsertAdjacentElement(HtmlElementInsertionOrientation, HtmlElement).
Insert the element after the current element, but before all other content in the current element.
Insert the element after the current element, but after all other content in the current element.
Insert the element before the current element.
Insert the element after the current element.