VOOZH about

URL: https://www.geeksforgeeks.org/bootstrap/bootstrap-5-text-transform/

⇱ Bootstrap 5 Text Transform - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Bootstrap 5 Text Transform

Last Updated : 4 Apr, 2024

Bootstrap 5 Text transform classes modify the appearance of text by altering its capitalization. These classes provide options like lowercase, uppercase, and capitalize, enabling consistent styling across various components and layouts.

Bootstrap 5 Text Transform Classes:

Class NameDescription
text-lowercaseSets the text to lowercase.
text-uppercaseSets the text to uppercase.
text-capitalizeSets the text to capitalize each word.

Syntax:

<tag class="text-*">...</tag>

Examples of Bootstrap 5 Text Transform

Example 1: In this example, we demonstrates the usage of Bootstrap 5's text transform utility classes to modify the case of text content, showcasing both the default and lowercase transformations.

Output:

👁 Bootstraptext-1
Bootstrap 5 Text Transform Example Output

Example 2: In this example, we use Bootstrap 5's text transform utility classes: text-lowercase, text-uppercase, and text-capitalize, demonstrating various case transformations applied to text content.

Output:

👁 BootstrapText-2
Bootstrap 5 Text Transform Example Output
Comment
Article Tags:

Explore