- html_attribute(+Attribute:compound)// is det
- dcg_html(+Content:list(compound))// is det
- html_entity(+Name:atom)// is det
- html_element(+Name:atom)// is det
- html_element(+Name:atom, ?Attributes:list(pair))// is det
- html_element(+Name:atom, ?Attributes:list(pair), :Content_0)// is det
- html_graphic(+Code:code)// is det
- HTML reserves the following ASCII characters:
- Ampersand
- Apostrophe
- Greater-than
- Less-than
- Quotation mark
- html_string(+String:atom)// is det
- An HTML string is a sequence of printable or graphic HTML
characters. This includes spaces.
- html_style(+Pair:pair)// is det
Undocumented predicates
The following predicates are exported, but not or incorrectly documented.
- html_element(Arg1, Arg2, Arg3, Arg4)