Documentation Prolog Predicate Reference dom get_by_tag/2

get_by_tag/2

Get HTML elements with the same tag.

Description

get_by_tag( +atom, ?htmlObject )

get_by_tag(Tag, HTMLObject) is true if and only if HTMLObject is an HTML element of the Tag kind.

Implementation