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 :

- 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
- List all Username and User ID using Bash Command - Bash
- Remove Possible Data Loss Message from Microsoft Excel - Microsoft
- Outlook and Hotmail not working - email issue, message not delivered, send receive problem - Microsoft
- [fix] docker exec requires at least 2 arguments - Docker
- How to quit or exit SFTP Prompt on Terminal - Linux
- PowerShell ISE Alternative for Mac - Powershell
- How to get SharePoint Online user details from person or group column using REST API - SharePoint
- How to Restart Apple Silicon based Mac (M1/M2 Chip) in Safe Mode - MacOS