What is CSS and why to use it?

What is CSS?
  • CSS (Cascading Style Shit) is a language that is used to style the HTML elements. 
  • HTML was created to display the content on the webpage. By the time, it found necessary to display page content properly in good manner with proper style that liked to read. 
  • CSS solved this problem. CSS helped in such a stronger way to display the HTML content in the way you want it to display. 

Why Use CSS?
  • CSS used to define the style for your webpages, designs, layouts for different devices and different screen sizes.
  • You can restyle any of the HTML element very easily and quickly as well.
    • For example, suppose you don’t like the default look of the heading tags such <h1>, <h2> and others, you can assign new styles to override the default settings for the font family and size used, and many more properties too.

  • Using CSS you can style your HTML page in a manner you want your webpage need to be appear.
  • By using CSS, you can apply styles to your page to create the page exactly how you want.
  • CSS is also quick and easy to implement and easy to apply.

Comments