html5 - why <link> tag in HTML has sorts of rel attribute values in real world -


as w3school.com describes:

enter image description here

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

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -