how to align text to left in css code example
Example 1: css text align center
body {
text-align: center;
}
Example 2: css text align right
body {
text-align: right;
}
Example 3: css text align left
body {
text-align: left;
}
Example 4: text-align attribute in css
text-align:inherit;