What is the "m=" attribute in a html <a> tag? (Plus tons of other attributes found in bing result source) -
so looking through source bing images search result, , seems html each hyperlink each returned image similar to:
<a href="#" ihk="hn.607992005913609849" m="{ns:"images",k:"5064",mid:"3d11808868db7b3bd88719756eece65700723f87",surl:"http://www.absoluteanime.com/naruto/kakashi.htm",imgurl:"http://www.absoluteanime.com/naruto/kakashi.jpg",oh:"225",tft:"43",dls:"images,5431",oi:"http://www.absoluteanime.com/naruto/kakashi.jpg"}" mid="3d11808868db7b3bd88719756eece65700723f87" onclick="return false;" t1="kakashi hatake" t2="640 x 480 · 32 kb · jpeg" t3="www.absoluteanime.com/naruto/kakashi.htm" h="id=images,5064.1" >
now, looking @ w3schools documentation <a>
tag here, there doesn't seem documentation of these attributes, , after decently extensive googling , irc lurking can't find info on them.
am misunderstanding these things, i.e not attributes? (i relatively new html) or there somehow ton more attributes out there commonly documented?
i interested in m attribute because seems part of the <a>
tag contains url of original image (as opposed bing's thumbnail).
in short, these custom attributes.
html tags allow set custom attributes on them , browsers ignore ones not understand.
some sample usages of feature in current utilize are:
to store meta-data libraries angularjs utilize them create directives html
No comments:
Post a Comment