Bootstrap 5

Bootstrap Tutorials

Bootstrap 5 Text | Headings | Typography

Bootstrap 5 Typography

 

 

Bootstrap 5 uses a default font size of 1rem (16px by default), and its line height is 1.5.

 

Bootstrap has heading classes:-

 

.h1 

.h2

.h3

.h4

.h5

.h6

 

Bootstrap has Display Classes:-

 

.display-1

.display-2

.display-3

.display-4

.display-5

.display-6

 

For semantics purposes, we can use:-

 

.mark will apply the same styles as < mark >.

.small will apply the same styles as < small >.

.text-decoration-underline will apply the same styles as < u >.

.text-decoration-line-through will apply the same styles as < s >.

Code Explanation

All Tutorials related to Bootstrap Tutorials

All Sections related to Bootstrap 5