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

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