html5 - why <link> tag in HTML has sorts of rel attribute values in real world -
as w3school.com describes:
tag link in html5 rules 10 values attribute rel, found many others used in webpages, such as:
<link rel="me" type="text/html" href="www.example.com"/> there's no value me attribute rel, still used widely.
why can that? links or advice?
html specification allows custom rel attribute values:
extensions predefined set of link types may registered in microformats wiki existing-rel-values page. [mfrel]
anyone free edit microformats wiki existing-rel-values page @ time add type.
you shouldn't rely on w3schools, because there lot of incorrect data there: http://w3fools.com/

Comments
Post a Comment