Highlighted Text

Underline Text

<p class="underline">This is an example of underline highlighted text.</p>
<p>This is an example of <span class="underline">underline highlighted</span> text.</p>

Mark

<mark>This is an example of highlighted text using mark tag.</mark>
<p>This is an example of <mark>highlighted text</mark> using mark tag.</p>

Info Highlighted

<p class="text-info">This is an example of highlighted info text.</p>
<p>This is an <span class="text-info">example of highlighted info</span> text.</p>

Success Highlighted

<p class="text-success">This is an example of highlighted success text.</p>
<p>This is an <span class="text-success">example of highlighted success</span> text.</p>

Warning Highlighted

<p class="text-warning">This is an example of highlighted warning text.</p>
<p>This is an <span class="text-warning">example of highlighted warning</span> text.</p>

Danger Highlighted

<p class="text-danger">This is an example of highlighted danger text.</p>
<p>This is an <span class="text-danger">example of highlighted danger</span> text.</p>