CSS styles
We can define each and every element using the css. There are different tag to modifiy the property of HTML page
For e.g. we can change the color of the HTML p tag using the following attribute
p{color:#000666;}
In the similar manner we can change the all attribute using CSS.