+ 2
Which CSS is perfect Inline, internal or external?
Please give me a suitable answer.
1 Respuesta
+ 10
it's not about perfection but about convenience whenever possible(always) use external css in your docs. it's neat and more readable than inline or internal css. plus you can reuse the same stylesheet for multiple web pages (with some modifications).
PS: keep your html uncluttered include external stylesheet(css) you will benefit later.(think code maintanence)