_label attribute used on anchor tags (HTML)

ahmed.ali

New Member
I recently came across a html email that contained _label attributes on the < a > tags? I've never seen this before and have searched all over the web but can't find out whether they are legit attributes.The weird thing is in Internet Explorer they appear as a title attribute would (appearing on mouseover) but don't in any other browser.Example of use:\[code\]<a href="http://stackoverflow.com/questions/8743563/#" _label="this is the label">Click here</a>\[/code\]Does anyone have any idea whether it's something just Internet Explorer was going to introduce? Or someone at a big company has made a mistake?
 
Top