2

I want to display some text of title in bold in tag
I tried the below code but it didn't work for me.

<a href="http://google.com" title="This is <b>Bold Title</b>">Link</a>

Is there any way to display some text of title in bold?

1 Answers1

2

You can't customize title attribute but you can add some tooltip as advice above.

Some cool tooltip : https://tympanus.net/Development/TooltipStylesInspiration/

Rémy Testa
  • 897
  • 1
  • 11
  • 24