14
votes
8answers
701 views
What’s the difference between these two methods of linking a html page to a css file?
I've been reading through a few tutorials about css, and I saw two different ways to state which css file should be used to style the page:
<style type="text/css">@import url( …
