Depending on where I look, I see different way to include css.
Examples
<link rel="stylesheet" type="text/css" media="screen, projection" href=""/>
<link rel="stylesheet" type="text/css" media="all" href=""/>
<link rel="stylesheet" type="text/css" media="screen" href=""/>
<link rel="stylesheet" href=""/>
Do they all do the same?
Is one of them the correct way?
allis for example when you want to create printer friendly page.