next | previous | forward | backward | up | top | index | toc | home

META -- a hypertext META element

Synopsis

Description

This corresponds directly to an html META element.
i1 : html META { "name" => "description",  "content" => "Dan Grayson's home page." }

o1 = <meta content="Dan Grayson's home page." name="description"/>

For the programmer

The object META is a mark-up type with options, with ancestor classes Hypertext < BasicList < Thing.