Need of CSS

Use of Tables in HTML used to be very problematicUse of CSS makes the design simple; hence all
till the time CSS was not there. Tables used to maketedious designs can be done easily and in less time. It
the Web Pages and Web Designs very heavy,also makes the whole website friendly and fresh. CSS
resulting in slow loading of the website. They used tomakes the management of the entire website easy
be incompatible with web browsers, thus leaving ato maintain without any expertise in hand.
narrow choice for the visitors to avail the website.Bandwidth
Then came CSS (cascading style sheet) whichCSS reduces the HTML coding and page size too.
provided the solution to all the web pages queriesHence the use of CSS also reduces the bandwidth
dealing with heavy page weight. CSS based HTML isusage. This ultimately saves bandwidth cost.
HTML without tables. Designs with CSS markups arePrinter Friendly
very quick to load and browser compatible too.CSS abiding web pages can easily be printed without
Developing HTML into CSS gives a different feel toany intricacy, and the printers can execute the entire
the web design and some extra features along withwebsite layout.
it.Consistency
CodeIt is easy to maintain, handle and control the whole
CSS is a standard for HTML coding. The reason forwebsite made on CSS based HTML/XHTML. Ex:
this is its browser compatible characteristic. EarlierSuppose you want to change the background of the
HTML coding used to face many problems inentire website, you just need to change the
different browsers. CSS mainly shortens the lengthbackground of the single page in the style sheet and
of the codes of web page, which decreases thethe background of the whole website will change. So
page size, making it easy and fast to load innext time whenever you think about getting HTML
browsersor XHTML Web Design work done, keep CSS in mind.
Design