<!DOCTYPE html>
<html>
<head>
<title>CSS Text Align</title>
</head>
<body>
<p style="text-align: right;">CSS text align right</p>
<p style="text-align: center;">CSS text align center</p>
<p style="text-align: left;">CSS text align left</p>
<p style="text-align: justify;">Hello, this is example of CSS text-align justify type. Both side left
and right are equal. Its like newspaper or book type. Hello, this is example of CSS text-align justify type. Both side left and right are equal. Its like newspaper or book type. Hello, this is example of CSS text-align justify type. Both side left and right are equal. Its like newspaper or book type.</p>
</body>
</html>