CSS text-align property with the left value
The text-align
CSS property is responsible for the horizontal arrangement of content inside a block element or table cells. Left text alignment is one of the most popular types, which pushes content to the left edge of a container.
Flush left alignment is the safest and most popular choice for large paragraphs of text as it enhances the readability and feels natural for users who read from left to right.