What is CSS

  • CSS stands for Cascading Style Sheets. It is a style sheet language which is used to formatting of a HTML Elements which is written in markup language.
  • It is provide and extra feature in HTML for style or formatting the HTML Elements.
  • It is commonly used to change the style of the HTML elements with good user interface.
  • The CSS can also be used with any kind of XML documents including plain XML, SVG and XUL.

When we learn about css then some questions arise in our mind like what does css do and why we use css so let’s take a look at this.

What does CSS do

  • we can add new looks and formatting the HTML documents.
  • we can change the entirely look of our website with the help of CSS.
  • we use the CSS to add style like color , font-size, border and animation.

 Why use CSS

Here are many benefits of CSS which is given below.

Creative User Interface

  • we can add the creative user interface with the help of CSS. using CSS we can font size and color of text and font family for reading purpose.
  • we can add animation for better understanding of users.
  • we can add border to make seperate box of content partioning.

Flexible User Experience

  • User can attract and use website in flexible manner with the help of CSS
  • The plain HTML elements distrub the user and we can make it more flexible according to user experience.

Provide More Attributes

the css provide the more detailed attribute about the plain text of HTML Documents for good looking and feel of the website.