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>):
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=...>):
nested ol-list (<OL> .. <LI> .. </OL>):
- level 1.1
- level 1.2
- level 1.3
- level 1.4
- level 1.5
- level 1.6
- level 1.7
- level 1.8
- level 1.9
- level 1.10
- level 1.11
- 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
ol-list with startValue (<LI SEQNUM= ..):
- five
- seven
eight
- ten
ol-list with specific values (<LI VALUE= ..):
- five
- seven
- eight
- ten
alpha ol-list (<OL TYPE='A'> .. <LI> .. </OL>):
- level 1.1
- level 1.2
- level 1.3
- level 1.4
- level 2.1
- level 2.2
roman ol-list (<OL TYPE='I'> .. <LI> .. </OL>):
- level 1.1
- level 1.2
- level 1.3
- level 1.4
- level 1.5
- level 1.6
roman ol-list (<OL LIST-STYLE='lower-roman'> .. <LI> .. </OL>):
- level 1.1
- level 1.2
- level 1.3
- level 1.4
- level 1.5
- level 1.6
menu-list (<MENU> .. <LI> .. </MENU>):
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