

Now, why do we need a CSS editor? Isn’t Windows notepad capable of editing a css file? All the code can be managed from a single external file and for your design to reflect on a given page, all you have to do is call the external CSS file from the section of the webpage in question.

The result is slower loading of pages and bad visual output.ĬSS (Cascading stylesheets), on the other hand, makes life easy for web designers. This is a nightmare for any designer, because managing the code and its corresponding output on all the pages of a given website is nearly impossible, if the website is large enough and houses a thousand pages.Īnother disadvantage of not using a CSS layout is that it makes the code bulky. The problem with internal styling is that it is not universal, you have to use the same internal styling and HTML code in each and every single page of a given website. Gone are the days when any web designer would design a webpage using tables, font tags and internal styling.
