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

LINK -- a hypertext LINK element

Synopsis

Description

This corresponds directly to an html LINK element.
i1 : html LINK { "title" => "Macaulay2", "rel" => "Top", "href" => "index.html" }

o1 = <link title="Macaulay2" rel="Top" href="index.html"/>

For the programmer

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