Web development class

- madsurfer2000 at hotmail.com
Sun May 2 06:32:33 EDT 2004


"Lorenzo Bolognini" <news at bolognini.net> wrote in message news:<c6uvof$ggq24$1 at ID-233256.news.uni-berlin.de>...
> I wrote:
> 
> > h1.red (assigning properties to html entities)
> 
> Sorry,
> 
> h1.color("red")

I have no idea what the class you're looking for does, but this
example is better implemented with standard CSS.

Example

<style type="text/css">
h1 {color: red;}
</style>



More information about the Python-list mailing list