If internal css works so fine with html what's the use for external css | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

If internal css works so fine with html what's the use for external css

12th Aug 2016, 4:47 PM
Remi Arinze Obasi
Remi Arinze Obasi - avatar
6 Answers
+ 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
12th Aug 2016, 6:16 PM
Lungu Ionut
Lungu Ionut - avatar
+ 1
Using external css you can use same css code in many html files.
13th Aug 2016, 6:37 PM
Mayank Mani Tripathi
Mayank Mani Tripathi - avatar
0
also separating CSS and HTML is good idea
13th Aug 2016, 8:47 AM
Sunusi Muhammad Raji
Sunusi Muhammad Raji - avatar
0
It is much easier for a programmer to use external css in various aspects.
13th Aug 2016, 9:58 AM
Pankaj Bhardwaj
Pankaj Bhardwaj - avatar
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.
13th Aug 2016, 12:22 PM
Tareque Md Khan
Tareque Md Khan - avatar
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.
16th Aug 2016, 12:54 PM
Ravi Kant Tiwari
Ravi Kant Tiwari - avatar