Japanese
Center
A string of characters or an inline image is centered by using
<center> .......... </center>
Here ............ is an expression of the material which you want to place in the center of the line.
例えば,
<center>
<h1>TEXT</h1>
<br>
<img src="../../doc/image.gif" border=1>
----
</center>
と書くとき,結果はつぎのようになります:
TEXT