Documentation Prolog Predicate Reference dom prepend_child/2

prepend_child/2

Insert an HTML element at the beginning of another.

Description

prepend_child( +htmlObject, +htmlObject )

prepend_child(HTMLObject, NewHTMLObject) insert NewHTMLObject as the first child of HTMLObject.

Implementation