1. HTML generator
    HTML generators are libraries that let you generate HTML from within your Lisp code, as opposed to HTML template libraries
  2. HTML parser
    HTML parsers
  3. HTML template
    HTML templating libraries:
  4. html->string
    html->string aims to be the simplest HTML generator
  5. html-encode
    html-encode is a small library for encoding text in various web-savvy formats
  6. html-extract
    An application implemented in CLISP to extract the plain text from HTML documents
  7. html-template
    HTML-TEMPLATE is an HTML template library to use templates much like Perl's HTML::Template
  8. htmlgen
    htmlgen is the name of the html generation software built into allegroserve, in the package net.html.generator
  9. htout
    htout is an HTML generator written by Tim Bradshaw
  10. HTTP Client
    Client applications for working with the web (HTTP client libraries, web browsers, crawlers, screen scrapers, etc.)