next | previous | forward | backward | up | top | index | toc | Macaulay2 website
Hypertext > style(Hypertext)

style(Hypertext)

Synopsis

Description

i1 : d = DIV { "Hello" }

o1 = Hello

o1 : DIV
i2 : d = style(d, "font-weight" => "bold")

o2 = Hello

o2 : DIV
i3 : peek d

o3 = DIV{"Hello", style => font-weight:bold;}

Ways to use this method: