Header Ads Widget

Ticker

6/random

What is CSS ?

What is CSS ?



What is CSS?
CSS stands for Cascading Style Sheets. CSS describes how HTML elements are to be displayed on screen, paper, or in other media. CSS saves a lot of work.
 You can control the color of the text, the style of fonts, the spacing between paragraphs, how columns are sized it provides full control on design the webpages in a better way.CSS saves a lot of time that is very beneficial for the web developer and its gives us more control to make webpages more beautiful and more attractive.
Prior to CSS, nearly all of the presentational features of HTML records were included within the HTML markup; all typeface shades, qualifications designs, factor alignments, boundaries and dimensions had to be clearly described, within the HTML.
As a result of, growth of large web websites, where print designs and shade details were continuously included with every single website, became a long and costly process.
CSS fix these problems, by enabling web developers to go much of that style details to a individual style piece causing in significantly easier HTML markup.

Advantages of CSS?

The greatest advantage of CSS is that it allows splitting material of an html rule papers from the design and elegance and structure of that papers. It can thus make records much easier to sustain and provides much better control over design of your websites, because material of an entire set of HTML webpages can be easily managed using one or more design linens.
Here are some more advantages, why one should opt for developing web page using CSS?
CSS Save much time — CSS gives plenty of versatility to set the qualities of a feature. You can write CSS once; and then the same rule can be used on the of HTML components, and can also be recycled in several HTML webpages.
Easy servicing — CSS provide a simple means to upgrade papers design and sustain reliability across several records. By making one change to the site's CSS, components in all the websites will be modified instantly.
Pages fill quicker — CSS enable several webpages to share design, and reduce complexness and repeating in the architectural material. It considerably decreases the file transfer size, which results in a quicker page running.
Superior designs to HTML — CSS has much broader demonstration abilities than HTML, so you can provide far better look to your HTML webpages as opposed to HTML presentational components and features.

Multiple System Interface — CSS can also allow the HTML papers to be enhanced for more than one type of device or press. Using CSS the same HTML papers can be provided in different watching designs for different making devices such as display screen, mobile cell phones, printing device, etc.
More:advantage:
1. Time Saving
2. make our website attraction looking
3. quickly loading the pages
4. simplyfying the html page.
5. page alignment and positioning.


Disadvantages of CSS:
CSS works differently on different browsers. IE and Opera supports CSS as different logic.