html text right to left code example
Example 1: html align text left
<p style="text-align: left;"> Left alignment </p>
Example 2: code to start text from right in html in arabic
<html dir="rtl" lang="ar">
Example 3: html align text right
<p style="text-align: right;"> Right alignment </p>