HTML Setting the Alignment for the Entire Page

< back to Text Alignment

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>