This class is meant to dynamically compose and output HTML documents.
It provides functions to add many different types of the HTML elements to the document that is being composed.
Using with PEAR::HTML_Table and PEAR::HTML_Forms or other PEAR::HTML_* classes to provide a complete interface to create HTML documents of any complication or parts of HTML formatted text on the fly.
With this class you can create any tags enclosed text like(P, H(1-6), B, LI, UL, SPAN, etc) with any of attributes. You can also create link, image, meta tags.
If you use PHP 5 you can reformat the output with the tidy extension. There is tidy.cnf file included with all options available and you can customize it as you like to change output. |