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?
タグにクラスを追加し、CSS 'font-weight:bold; – Rubenxfd
@Rubenxfd提案していただきありがとうございますが、これを行う方法をより簡単にお知らせください。 –
タイトルを直接スタイルすることはできませんが、カスタムツールチップのような選択肢があります:https://stackoverflow.com/questions/484137/is-it-possible-to-format-an-html-tooltip-title-属性 – niorad