Anne Ogborn's html tutorial

Josef Frydl <[email protected]>
Newsgroups gmane.comp.ai.prolog.swi
Message-ID <[email protected]>
I am learning to use HTML generation via DCG as instructed in above.
My question is are all HTML tags define as nonterminal?  And is there one place, where there are documented?

For example:
phrase(
        html(html(
        [head(title('Howdy')),
         body([h1('A Simple Web Page'),
              p('With some text')])])),
        TokenizedHtml,
        []),
head, h1, must be defined , but I could not find them.  html_write documentation does not have p h1 etc>

Thanks Josef Frydl 
-------------- next part --------------
HTML attachment scrubbed and removed
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.