next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
Text :: HR

HR -- hypertext HR element (horizontal rule)

Description

i1 : DIV{"hi there", HR{}, "ho there" }

o1 = hi there

     ----------------------------------------------------------------------------------------------------------------------------

     ho there

o1 : DIV
i2 : html oo

o2 = <div>
     hi there  <hr/>
     ho there</div>

Methods that use an object of class HR :

For the programmer

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