ws - Space

<ws>

Output space in the template

Introduce

Output space in the template, can also set spaces count..

Attribute

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

Other

You can also use <% out.wirte(" "); %> to the same effect.

Examples

Example 1