right to left html code example
Example 1: html align right
<p style="text-align:right;">Example</p>
Example 2: how to set all to left on html
<HEAD>
<TITLE>How to Carve Wood</TITLE>
<STYLE type="text/css">
H1.wood {text-align: center}
</STYLE>
<BODY>
<H1 class="wood"> How to Carve Wood </H1>