Search code examples
htmlabbr

Is there a way to set attribute with URL as a value to ABBR tag?


Is there a standards-compliant way to set attribute with URL as a value to ABBR tag?

<abbr title="Cascading Style Sheets" href="http://en.wikipedia.org/wiki/Cascading_Style_Sheets">CSS</abbr>

I need something similar, but valid... It should NOT be clickable, of coz. Any suggests?


Solution

  • Have a look at: HTML5 Custom Data Attributes