Hyperlink

serves as navigation element and can be presented independently, within a sentence or paragraph, or immediately following the associated content

Example

<!--Hyperlink Normal -->
<a class="" href="#" aria-label=" " title="This is hyperlink">Link item 1</a>

<!--Hyperlink with tooltip -->
<a  class="tt-link" href="javascript:void(0);" data-toggle="tooltip"
data-placement="top" title="Tooltip on top">Link item with tooltip on top</a>

<!--Hyperlink to open an external link -->
<a  href="" title="It opens an external link">Link item with an external link 
<i class="fal fa-external-link"></i></a>

Last updated