left text side code example
Example 1: css text align center
body {
text-align: center;
}
Example 2: text align justify
text-align: justify;
Example 3: text-align attribute in css
text-align:inherit;
body {
text-align: center;
}
text-align: justify;
text-align:inherit;