Page is a not externally linkable
Pricey - 4:33 pm on Jul 16, 2003 (gmt 0)
If you define a style for h1, you do not neet to specify a class for it in the tag. It will automatically pick that up. So you only need <h1>, unless you are planning to use several different styles for it throughout your page; in which case you would use <h1 class="foo">text</h1> Hope this helps! :)
toolkit: You are quite right. Its just my lame codeing :P