- Inline style attribute on an element
- <style> block
- <link> tag
- <style> with @import
We all know why you shouldn't use inline, and unless there's a really good reason, you probably shouldn't use the <style> block either. But to be honest, I knew nothing about using @import until recently. So what exactly does the following code to?
