How to use form feed in html

Hello there,
I want to use a form feed in an HTML page
something like this
<table>
<tr><td>data
</td></tr>
<tr><td>data
</td></tr>&#012; or &#x000C; or &#012; anything that would cause the printer
to initaite form feed here.
<tr><td>
</td></tr>
</table>
Can some one please help me out with this.
XSLT or xsl:fo is almost out of question.

Khalid

Received on Monday, 25 March 2002 21:48:47 UTC