next
|
previous
|
forward
|
backward
|
up
|
top
|
index
|
toc
|
Macaulay2 website
Hypertext
>
IMG
IMG -- hypertext IMG item
Synopsis
Usage:
IMG{x,y}
Inputs:
x
,
y
,
Outputs:
an instance of the type
IMG
,
Description
IMG{"src" => x, "alt" => y}
creates a hypertext IMG item.
The argument
x
should be a string containing the URL of the image, and
y
should be a suitable string for the ALT attribute.
See also
hypertext
-- prepare hypertext for display
For the programmer
The object
IMG
is
a
markup type
, with ancestor classes
Hypertext
<
BasicList
<
Thing
.