<farea>
The <farea> tag is the way of formatting text in Z and is short for formatting area.

It is, shortly described, a CSS wrapper with 1 subtag, fstyle which contains:
  font (Earlier Z: ffont) - the name of the font of the formatting area
  fontsize (Earlier Z: fssize) - the size of the font in pixels
  color (Earlier Z: fcolor) - the color of the font (note: language convention is US English)
  bgcolor (Earlier Z: fbgclr) - the background color of the formatting area

After the fstyle block with subtags, there must be entered some sort of textual data.

Any of the formatting tags (font, fontsize, color and bgcolor) can be omitted.

EXAMPLE:
This is formatted text, (Verdana, Arial | 14 | blue | #EEEEEE)

EXAMPLE SYNTAX:
<farea><fstyle>
   <font>Verdana, Arial</font>
   <fontsize>14</fontsize>
   <color>blue</color>
   <bgcolor>#EEEEEE</bgcolor>
   </fstyle><.noline>
This is formatted text, (Verdana, Arial | 14 | blue | #EEEEEE)</farea>


SYNTAX:
<farea><fstyle>
   <font> Font name </font>
   <fontsize> Font size in pixels </fontsize>
   <color> Font color </color>
   <bgcolor> Background color </bgcolor>
   </fstyle><.noline>
Formatted text </farea>


Related tags:
   - <italic>

The Z Language Handbook 1.0, Copyright (c) David Hanefelt Kristensen.
Licensed under the GNU Free Documentation License