In order to suggest that some text be justified on both sides, Or some
text be justified on left/right as per your situation and your clients
requirements. Practical image is below:-
Example:- <!DOCTYPE
html> <html> <head> <style> div
{
text-align: justify; /text-align:left;/text-align:right;
text-justify: inter-word; } </style> </head> <body> <h1>The text-justify Property</h1> <div>How
to justify text in html, CSS text-justify property,text-justify bootstrap,
Text
align in right, Text
align in left,How to position text in html</div> <p><b>Tip:</b> Do not panic if you are unaware of what is CSS and how it works. Wewill share all the needed steps through this article to make it easyfor you.</p> </body> </html>