0

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?

Ken
  • 1,605
  • 3
  • 13
  • 20

1 Answers1

2

Have a look at: HTML5 Custom Data Attributes