ICI Modules: html


Modules html.by name : html.by type

Overview

The html module assists with generating HTML output. The module mostly consists of functions that are wrappers around calls printf() to output appropriate HTML elements.

The module is useful in CGI programs which generate copious amounts of HTML and wish to appear more structured than having many printf statements littered throughout the source.

Interface