0
CSS
what method of CSS is best used as a web developer internal, inline or external
5 Answers
+ 2
External is nornally the best practice Cyber5
As it keeps html simple
Therefore it is easier to scroll,
Find errors etc.
Keeps CSS easier to maintain as it is all in one place
No need to use <style> Tag in external which saves time and space
+ 1
@Agent
sometimes you will have to use inline.. I came across some situation like that
+ 1
Why you had to use inline? Just curious cuz I never had to.
0
damyco
https://code.sololearn.com/WgEE679WD3QR/?ref=app
check this code.. I made an exception to Nigeria without class or id
0
It all could be styled in external CSS. Why not using classes or ids? Unless... You are making an HTML email that makes sense then.