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

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 rel="Top" title="Macaulay2" href="index.html"/>

For the programmer

The object LINK is a markup type, with ancestor classes HypertextParagraph < Hypertext < BasicList < Thing.