+ 1
Style sheet vs style inside element block<>
I notice a lot of web source code has mode style inside the block<> instead of the style sheet .css is this a faster and better way to code a Web site?
3 Respostas
+ 14
Never use inline css.
Always try to use external stylesheet.
+ 6
https://code.sololearn.com/Wq7CSp6Eq7sp/?ref=app. here's an explanation of inline vs embedded vs external css, the pros and cons.
+ 2
No, you should always separated your css styles, for better webpage styling options.