Macaulay2 » Documentation
Packages » Text :: META
next | previous | forward | backward | up | index | toc

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 HypertextVoid (missing documentation) < Hypertext < BasicList < Thing.