bootstrap title code example

Example 1: bootstrap 4 font bold

font-weight-bold

Example 2: bootstrap text size

<p class="h1">h1. Bootstrap heading</p>
<p class="h2">h2. Bootstrap heading</p>
<p class="h3">h3. Bootstrap heading</p>
<p class="h4">h4. Bootstrap heading</p>
<p class="h5">h5. Bootstrap heading</p>
<p class="h6">h6. Bootstrap heading</p>

Example 3: bootstrap blockquote

<blockquote class="blockquote">
  <p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
</blockquote>

Example 4: bootstrap 4 title

$(function () {
  $('[data-toggle="tooltip"]').tooltip()
})

Tags:

Html Example