I need registered trade mark as superscript in the tool tip.
I tried using sup
inside title tag
<p title="Normal <sup>R</sup>hello">Hello World</p>
but I see sup
in the tooltip.
How to make sure that sup tag is ignore and R appears as a superscript inside the tooltip.
Use ®
instead. You can probably also just write ®
.
Use
<p title = "Normal ® hello">Hello</p>
OR
<p title = "Normal ® hello">Hello</p>
BONUS: Here is a list of most HTML entities categorized and formatted nicely.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With