HTML- Text Title
The title attribute specifies extra information about an element. The information is shown as a tooltip text when the mouse moves over the element.
Example:
(Hover Over the Text for a Demonstration)
Loma Linda University
without Link
Loma Linda University Links to an external site.
with Link
Tips on using the Code Below:
1. Change thetitle to contain the text you want to show when you hover over the text.
2. Change "Loma Linda University" to your desired text.
3. If using the one with the link, change the Link. (href="Your Link")
Code
Text Title- Without link
<a title="To Make Man Whole." data-tooltip="{"tooltipClass":"popover popover-padded", "position":"right"}" data-api-returntype="Page"> Loma Linda University</a></span></h2>
Text Title- With link
<a title="To Make Man Whole." href="https://home.llu.edu" data-tooltip="{"tooltipClass":"popover popover-padded", "position":"right"}" data-api-returntype="Page"> Loma Linda University</a></span></h2>