0
If internal css works so fine with html what's the use for external css
6 Antworten
+ 5
for instance, if u creat an website made of more pages, you would better make an external css because u can make a <link> to that file in rvrry html document so you don't have to write all over again
+ 1
Using external css you can use same css code in many html files.
0
also separating CSS and HTML is good idea
0
It is much easier for a programmer to use external css in various aspects.
0
with large websites, maintainability issues arise, hence its wise to separate out style from content, which is the aim of CSS. you can have different people working on styling the content and other on the organic content of the page.
0
If u r going to optimise website for search engine then it's always matter for speed of loading of webpages so we need to use external css.