WHAT IS CSS ?

  • The full name of CSS is cascading style sheet. 
  • HTML and CSS have a huge hand behind the technique of creating a webpage. 
  • The use of HTML gives the webpage a shape and the use of CSS gives the webpage a new and attractive look. 
  • HTML and CSS are always used together. 
  • Without CSS we can use html but css cannot be used without html.
Syntax



EXAMPLE


p {
  color: green;
  text-align: center;
}