First of all: "PROJECT" is a big word for this project. :)
Tiny HTML are a set of objects that basically wraps HTML tags and allow HTML construction in Squeak. For the moment, there is one class that does all the "big" work: HtmlElement. Additionally I supplied a set of HtmlElement subclasses, each one for a different HTML tag, that only know their tag name, and this makes the code more readable.
Göran Krampe: Sidenote: Such basic classes exists both in Seaside and in HttpView2.