Learn HTML Code Tutorial Reference Guideback to Text Alignment

Setting the Alignment for the Entire Page

This is an example of centering all the text in the web page. This is done using this style rule:

<STYLE TYPE="text/css">
<!--
BODY {text-align:center}
-->
</STYLE>