Css Cascading Example - Css

What is css cascading?

Snippet Code


  
Rate this page :
  [ 0 votes]

Css is abbreviated as Cascading Style Sheets which is used to display the styled elements on screen and in other media. Css can control multiple web pages at a time. The example code for css is given below.

<style> .demo{ width:200px; height:200px; background:green; border:2px dotted yellow; } </style> <div class='demo'></div>

Tags


Ask Questions

Ask Question