HTMLgen
- 0
- Add a Comment
If you need a reference for the class libraries for the generation of HTML documents, then this is the page for you. Starts right off with the list before even getting to the description, but it is rather complete never the less.
Each HTML tag type has a supporting class which is responsible for emitting itself as valid HTML formatted text. An attempt is made to provide classes for newer HTML 3.2 and proposed tag elements. The definitive reference for HTML tag elements can be found at W3C. Also, I used the HTML book by Musciano and Kennedy from O Reilly (2nd. Ed.) as the guiding reference. The Document classes are container objects which act as a focal point to populate all the contents of a particular web page. It also can enforce consistent document formating according to the guidelines from the Yale Web Style Manual.
