HTML text-align tag

Tags specify the horizontal placement of elements in the text component with respect to the surrounding context. This tag supports four placement modes: left, right, center, and justify. For example, if you enter the following expression

<text-align=”right”>Test</text-align><br>

Test<br>

After the calculation, the result displayed in the report is as follows.