This is a test document for the ST/X HTML reader/renderer


Continue in testSTX3.html
Back to testSTX1.html

Examples for Forms in testSTX2b.html


Examples for Applets in testSTX2c.html


Text styles

bold bold bold (<B>)
italic italic italic (<I>)
underline underline underline (<U>)
strikeout strikeout strikeout (<S>)
strikeout strikeout strikeout (<STRIKE>)
colored text (<FONT COLOR='#FF0000'>)
more colored text (don't use blue or violet to avoid confusion with HREFS)
teletype font (<TT>)
sup: (x + y)2 => x2 + 2xy + y2 (<SUP>)
sub: I1 ... I2 (<SUB>)
code code code code (<CODE>)
samp samp samp samp (<SAMP>)
var var var var (<VAR>)
mixed with spaces italic bold code normal again
mixed without spaces italicboldcodenormal again
embedded anchor without spaces aLongWordWithAnchorInside
embedded anchor with spaces aLongWordWith Anchor Inside
center-TAG is not yet fully implemented
centered
centered again (<CENTER>)

a long string, which is not wrapped automatically (<NOBR>) - it remains on a single line

Horizontal rules


horizontal rule with defined width (<HR SIZE=>)


horizontal rule without shade (<HR SIZE=1 NOSHADE>)


horizontal rule without shade (<HR SIZE=4 NOSHADE>)


horizontal rule with defined width (<HR WIDTH=200>)


horizontal rule with relative width (<HR WIDTH=50%>)


Lists


nested ul-list (<UL> .. <LI> .. </UL>):
  • level 1.1
  • level 1.2
    • level 2.1
    • level 2.2
      • level 3.1
      • level 3.2
        • level 4.1
        • level 4.2
          • level 5.1
          • level 5.2
            • level 6.1
            • level 6.2
              • level 7.1
              • level 7.2

with explicit markerTypes (<UL type= ...>):

  • level 1.1 (type=filledCircle)
  • level 1.2
    • level 2.1 (type=filledSquare)
    • level 2.2
      • level 3.1 (type=circle)
      • level 3.2
        • level 4.1 (type=square)
        • level 4.2
          • level 5.1 (type=arrow)
          • level 5.2
            • level 6.1 (type=disc)
            • level 6.2

with explicit markerTypes and sizes (<UL type=... size=...>):

  • level 1.1
  • level 1.2
    • level 2.1
    • level 2.2
      • level 3.1
      • level 3.2
        • level 4.1
        • level 4.2
          • level 5.1
          • level 5.2
            • level 6.1
            • level 6.2

nested ol-list (<OL> .. <LI> .. </OL>):
  1. level 1.1
  2. level 1.2
  3. level 1.3
  4. level 1.4
  5. level 1.5
  6. level 1.6
  7. level 1.7
  8. level 1.8
  9. level 1.9
  10. level 1.10
  11. level 1.11
    1. level 2.1
    2. level 2.2
      1. level 3.1
      2. level 3.2
        1. level 4.1
        2. level 4.2
          1. level 5.1
          2. level 5.2
            1. level 6.1
            2. level 6.2
              1. level 7.1
              2. level 7.2

ol-list with startValue (<LI SEQNUM= ..):

  1. five
  2. seven eight
  3. ten

ol-list with specific values (<LI VALUE= ..):

  1. five
  2. seven
  3. eight
  4. ten

alpha ol-list (<OL TYPE='A'> .. <LI> .. </OL>):

  1. level 1.1
  2. level 1.2
  3. level 1.3
  4. level 1.4
    1. level 2.1
    2. level 2.2

roman ol-list (<OL TYPE='I'> .. <LI> .. </OL>):

  1. level 1.1
  2. level 1.2
  3. level 1.3
  4. level 1.4
  5. level 1.5
  6. level 1.6
roman ol-list (<OL LIST-STYLE='lower-roman'> .. <LI> .. </OL>):
  1. level 1.1
  2. level 1.2
  3. level 1.3
  4. level 1.4
  5. level 1.5
  6. level 1.6

menu-list (<MENU> .. <LI> .. </MENU>):
  • level 1.1
  • level 1.2
  • level 1.3
  • level 1.4
  • level 2.1
  • level 2.2

  • dir-list (<DIR> .. <LI> .. </DIR>):
  • level 1.1
  • level 1.2
  • level 1.3
  • level 1.4
  • level 2.1
  • level 2.2

  • dir-list with anchors:
  • level 1.1
  • level 1.2
  • level 1.3
  • level 1.4
  • level 2.1
  • level 2.2

  • dl-list (<DL> .. <DT> .. <DD> .. </DL>):
    def1
    this is definition1's text
    def2
    this is definition2's text
    def3
    this is definition3's text
    def
    this is definition3's text
    def4
    this is definition4's text
    def5
    this is definition5's text

    inline pre:
    some text
    inline pre with spaces:
        some text
    pre with newline:
        some text
    pre with newline:
        some text
    
    code-pre without spaces:
    some text
    
    code-pre with spaces:
    some text
    
    pre-code without spaces:
    
    some text
    
    pre-code with spaces:
        
    some text
    
    pre-code without spaces:
    
    some text
    

    a very long
    wrapped
    anchor

    Continue in testSTX3.html
    Back to testSTX1.html