Microformats XFN
I’m getting into microformats in a big way. I guess you could say I drank the kool-aid. I’m going to start blogging a little bit about what I’ve learned. I will start with XFN. This idea was cooked up by Eric Meyer, Matt Mullenwegg and Tantek Celik. The premise was to describe the relationships that bloggers had in their blog rolls. To accomplish this they utilize the rel attribute. The rel attributes purpose is to describe the relationship the referenced document holds to the current document. Here is an example:
<link href="/css/bas.css" rel="stylesheet" type="text/css" />