neillovell
Programmer
What's the difference between
<link rel="stylesheet"
type="text/css"
href="MyStyleSheet.css" />
and
@import url("
Is the second preferred when writing a css file other websites etc. to use?
<link rel="stylesheet"
type="text/css"
href="MyStyleSheet.css" />
and
@import url("
Is the second preferred when writing a css file other websites etc. to use?