textalign html code example
Example 1: text align css
p{
text-align:center;/*values: center, left, right, etc...*/
}
Example 2: css text align center
body {
text-align: center;
}
Example 3: what are the different text align in html
/* There are four different text align values: left, right, center
and justify. For example: */
text-align: center;
Example 4: css text align left
body {
text-align: left;
}
Example 5: text align justify
text-align: justify;
Example 6: text-align attribute in css
text-align:inherit;