HTML <text-align> Tag

The <text-align> tag specifies the horizontal alignment of an element with respect to the surrounding context in the text component. The tag supports four modes of alignment: left, right, center, and justify. For example, if you enter the following expression:

 

Test<br>

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

Test<br>

 

then after calculation the result appearing in the report will be: