I have an glyphicon icon,which on hover displays a specific title text. In that hover text,there is a heading along with its description which are stored in the title attribute of the icon tag. So, I need to make the only the heading part of the title attribute as bold. How can we achieve this?
Asked
Active
Viewed 163 times
0
-
You can't style the native title preview with CSS. but there is a way around. Checkout this https://stackoverflow.com/questions/2011142/how-to-change-the-style-of-the-title-attribute-inside-an-anchor-tag – Towkir Oct 15 '18 at 04:48
-
thanks Towkir,will check this – Tausifpasha Peerjade Oct 15 '18 at 05:39