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:
- appcompat_v7 errors after updates to API level 21 Material Theme - Android
- How to enable Do Not Disturb (DND) mode in Microsoft Teams - Teams
- Multiline EditText in Android Example - Android
- How to remove app from Dock when closed [macOS Big Sur] - MacOS
- How to make macOS Terminal window Transparent (or Opaque) - MacOS
- That did'nt work, Issue type User not in directory - SharePoint external access error - SharePoint
- Check Wifi Connection static Android Programming - Android
- Convert text to random case using Notepad++ - NotepadPlusPlus