Documentation Prolog Predicate Reference dom append_child/2

append_child/2

Insert an HTML element at the end of another.

Description

append_child( +htmlObject, +htmlObject )

append_child(HTMLObject, NewHTMLObject) insert NewHTMLObject as the last child of HTMLObject.

Implementation