2017-05-29 24 views
0

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

<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?

+0

@Rubenxfd提案していただきありがとうございますが、これを行う方法をより簡単にお知らせください。 –

+1

タイトルを直接スタイルすることはできませんが、カスタムツールチップのような選択肢があります:https://stackoverflow.com/questions/484137/is-it-possible-to-format-an-html-tooltip-title-属性 – niorad

答えて

関連する問題