Hi all,
In my (limited but growing) CSS experience, I have always referenced style sheets like this:
Recently I have seen style sheets referenced like this:
Which of these is favoured, and why?
Thanks,
Andy.
-------
I am not responsible for any "Sponsored Links" which may appear in my messages.
In my (limited but growing) CSS experience, I have always referenced style sheets like this:
Code:
<link rel="stylesheet" type="text/css" href="styles.css">
Recently I have seen style sheets referenced like this:
Code:
<style type="text/css"><!-- @import "styles.css"; --></style>
Which of these is favoured, and why?
Thanks,
Andy.
-------
I am not responsible for any "Sponsored Links" which may appear in my messages.