Tuesday, August 6, 2019

About CSS

CSS ( Cascading Style sheets)

                  CSS is used to control the style of a web document in a simple and easy way. CSS stands for Cascading Style Sheets.
                               CSS is easy to learn and understand but it provides a powerful control over the presentation of an HTML document. Most commonly, CSS is combined with the markup languages HTML or XHTML.
      CSS handles the look and feel part of a web page. Using CSS, you can control the color of the text, the style of fonts, the spacing between paragraphs, how columns are sized and laid out, what background images or colors are used,and many more.


                                                  
  

Advantages of CSS 
     1.CSS saves time - You can write CSS once and then reuse the same sheet in multiple HTML pages. You can define a style for each HTML element and apply it to as many web pages as you want.
     2.Easy maintenance - To make a global change, simply change the style, and all the elements in all the web pages will be updated automatically.
   
     3.>  Pages load faster - If you are using CSS, you do not need to write HTML tag attributes every time. Just write one CSS rule of a tag and apply it to all the occurrences of that tag. So, less code means faster download times.

    4.Global web standards – Now HTML attributes are being deprecated and it is being recommended to use CSS. So it’s a good idea to start using CSS in all the HTML pages to make them compatible with future browsers.

Yash Talaiche

Author & Editor

Yash Talaiche , Python Developer |PHP|CSS|HTML|SQL|DJANGO|AUTONATION , Working on Django and Flask

0 comments:

Post a Comment