<smallcaps></smallcaps>
Provided by module: Tags: RXML tags
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="string"
-
Apply this cascading style sheet (CSS) style on all elements.
- smallclass="string"
-
Apply this cascading style sheet (CSS) style on all small elements.
- bigclass="string"
-
Apply this cascading style sheet (CSS) style on all big elements.
- size="number"
-
Use font tags, and this number as big size.
- 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 |