Today I have receive from a very good friend of mine a question: What is rel=external ? He has look in the source of my blog I think.
So for everyone who already don’t know here it is the explanation:
rel="external" does nothing except notify the browser to open a new window, like target="_blank". The only difference is that rel="external" is xhtml valid, and target="_blank" is not.


