0
What is best? External or inline css in html5?
2 Answers
+ 8
External. it'll make things like managing your site way easier, especially when your website grows.
As a bonus, it keeps your code neat ^_^
+ 4
It is better to use external css than internal. It is because external css keeps your code clean, readable easily.