next | previous | forward | backward | up | top | index | toc | Macaulay2 website
Hypertext > HypertextParagraph > META

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 markup type, with ancestor classes HypertextParagraph < Hypertext < BasicList < Thing.