Jump to content

Different Patterns Of Linking To Css


MagNet

Recommended Posts

Hi, In the 'head' part of HTML source code, is there any difference between the following two codes:

<style type="text/css" media="all">@import url(http://www.website.com/style_images/styles.css);</style>

.. and

<link rel="stylesheet" type="text/css" href="http://www.website.com/style_images/styles.css" />

Thanks

Link to comment
Share on other sites

Practically? No (though some really really old browers don't recognise the top method).

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...