Documentation Prolog Predicate Reference dom add_class/2

add_class/2

Add class to an HTML element.

Description

add_class( +htmlObject, +atom )

add_class(HTMLObject, Class) add Class to the class attribute of the HTMLObject element.

Implementation