tab - Tab

<tab>

Output tab in the template

Introduce

Output tab in the template, can also set tabs count.

Attribute

count(optional)
The number of tab characters in the output, 
the value must be a positive integer

Other

Enter the "\t" in the template, and can not really output tabs, 
and can only output the character "\t" itself. 
So you need to use this tag to output. You can also 
use <% out.wirte("\t"); %> to the same effect.

Examples

Example 1

Please open the generated file outside the eclipse, eclipse due 
to the font size problem, the display content may not be aligned.