| Roxen/6.2.236-git | ||
Roxen Interactive RXML Help
<smallcaps></smallcaps>
Prints the contents in smallcaps. If the size attribute is given, font tags will be used, otherwise big and small tags will be used.
<smallcaps>Roxen WebServer</smallcaps>ROXEN WEBSERVER Attributes
- space
Put a space between every character.
<smallcaps space=''>Roxen WebServer</smallcaps>R O X E N W E B S E R V E R
- class
- class=string
Apply this cascading style sheet (CSS) style on all elements.
- smallclass
- smallclass=string
Apply this cascading style sheet (CSS) style on all small elements.
- bigclass
- bigclass=string
Apply this cascading style sheet (CSS) style on all big elements.
- size
- size=number
Use font tags, and this number as big size.
- small
- small=number (size-1)
Size of the small tags. Only applies when size is specified.
<smallcaps size='6' small='2'>Roxen WebServer</smallcaps>ROXEN WEBSERVER