:- use_module(library(sgml)). test :- load_html("Hello!", Es, []), write(Es). :- initialization(test).