![]() |
FST WebDemo | ![]() |
To make text more readible it can be formatted. Some of the more commonly used tags are the tag for a new line <BR> and headers:
<H1>Header 1</H1> <H2>Header 2</H2> <H3>Header 3</H3> <H4>Header 4</H4> <H5>Header 5</H5> <H6>Header 6</H6> |
Result:
Header 1Header 2Header 3Header 4Header 5Header 6 |
For more spectacular results use the <FONT> tag:
Lets change the size of the font.
Or color: or
give the font a nice color.
Please note that the use of the <FONT> tag is deprecated and that style / stylesheets (CSS) should be used.
Last modified: 2004-07-11 |