While using Bootstrap libraries for creating webpages we must make used of the classes provided by bootstrap.css file to align text.
Though by default in HTML we have text aligned Left, but if you have nested elements containing text and want to left align it use the class "text-left"
Example :<div style="padding:20px">
<p class="text-left">Lorem ipsum dolor sit amet, consectetur adipiscing
elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis
nostrud exercitation ullamco laboris nisi ut aliquip ex ea
commodo consequat. Duis aute irure dolor in reprehenderit
in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia
deserunt mollit anim id est laborum.</p>
</div>
Output :

bootstrap text align left
More Posts related to Bootstrap,
- How to disable button in Bootstrap
- Bootstrap tooltip not working
- Bootstrap Button Colors Classes
- Rounded Images in Bootstrap framework
- Right Align Text in Bootstrap framework
- How to add hint text in bootstrap input text field and text area
- Create Bootstrap carousel slider with Text
- Bootstrap Nav Menu Dropdown on hover
- [Solved] Bootstrap tooltip not working
- Align left align text in Bootstrap
More Posts:
- AlertDialog with single button example : Android - Android
- Resolving DNS_PROBE_FINISHED_NXDOMAIN Google Chrome Error - Google
- How to Copy files from Docker Container to Host System - Docker
- Upload docx file using PHP script - PHP
- [Fix] bash: script.sh: /bin/bash^M: bad interpreter: No such file or directory - Bash
- How to uninstall pip Python packages - Python
- How to install AWS CLI on Ubuntu - AWS
- Java 8 - Convert List to Map Examples - Java