how to move text to the very right in html code example
Example 1: html how to center text
<p style="text-align:center;">Centered paragraph.</p>
Example 2: CODE TO START TEXT FROM RIGHT IN HTML
<html dir="rtl" lang="X">
<p style="text-align:center;">Centered paragraph.</p>
<html dir="rtl" lang="X">