How To Add CSS

How To Add CSS


How To Add CSS
Now after practicing now we will see how can we add css 
As we have used two ways already in above examples, but now we will understand what are the ways one by one - 
There are Three ways we can add CSS in any html document 

1.Inline CSS,

2.Internal CSS,

3.External CSS.

 
1.Inline CSS - 
Inline CSS is written inside the element itself in a HTML page.
Use inline styles to apply styling to a specific element. Note that this is not optimal. 
Placing style rules in a