Previous Next blank.gif blank.gif

Class Meta - Set document Meta-information.


SYNOPSIS

import HTMLgen
class Meta
  def __init__(self, **kw)
  string __module__ = 'HTMLgen'
  def __str__(self)

DESCRIPTION

The META element is used within the HEAD element to embed document meta-information not defined by other HTML elements.

Keywords supported

name
NAME element attribute (default: 'keywords')
equiv
will map to the HTTP-EQUIV attribute
content
mandatory attribute (default: 'python,HTMLgen')
url
URL naturally

Example:

    Meta( name='keywords', content='eggs,spam,beans' )

SEE ALSO

HTMLgen


Previous Next blank.gif blank.gif
Buzz.gif

Copyright © Robin Friedrich
All Rights Reserved
Comments to author: friedrich@pythonpros.com
Generated: Tue Apr 20, 1999