Forum : CSS
Brief description  about Online courses   join in Online courses
View ganesh  pradhan 's Profile

CSS

Hi
Now I am in CSS chapter, here I am facing the problem, of CSS you have shown in the figure that you save the code in two places one is, style.CSS and another is complete.html
Instead of saving two places we save in one place complete.html what is the advantage of saving two places .I don’t understand. Please sought out this issued.
Asked by ganesh pradhan | Jan 11, 2010 |  Reply now
Replies (3)
View mohammed gouse gadad 's Profile
If you are using external CSS it saves the time and work of writing same code again and again in each of your web page.Please be noted that external CSS good when you are using the same style for your each webpages or else internal CSS is good.
Mar 1, 2011
View ganesh pradhan 's Profile
THANKS FOR UR CO-OPERATION
Jan 14, 2010
View sanjay s nair 's Profile
Suppose you have a 100 html pages in your website, you need to showup the pages with the same color combination and background etc. So you keep all such things in a css file, and refer to that file from all your 100 html files. Hence if you need to change a background color of some part, you dont have to visit all the 100 html pages, instead change a single css file, thats it.
Jan 11, 2010