VOOZH about

URL: https://www.geeksforgeeks.org/bootstrap/bootstrap-5-reboot-inline-elements/

⇱ BootStrap 5 Reboot Inline elements - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

BootStrap 5 Reboot Inline elements

Last Updated : 23 Jul, 2025

BootStrap 5 Reboot Inline elements are used to put some elements abbreviations or short forms of an element that receive basic styling to make it different than other text.

Reboot Inline elements Tag used: By using  <abbr> Tag we can use the styling to make it look different from paragraph text.

Reboot Inline elements Class used: There is no predefined class to do the Reboot inline elements.

Syntax:

<abbr title="">
 ...
</abbr>

Example 1: In this example, we will create a simple abbr tag element.

Output:

👁 Image
BootStrap5 Reboot Inline elements

Example 2:  In this example, we will create a colored abbr tag element.

Output:

👁 Image
BootStrap5 Reboot Inline elements

Reference: https://getbootstrap.com/docs/5.0/content/reboot/#inline-elements

Comment
Article Tags:

Explore