Type of Cascading
Inline
Internal
External
Adding style inline < body style = "color : blue;">
Adding internal < style > body{color:bule; } < / style >
Adding the style sheet external < link rel = "stylesheet" href = " . /filepath " >
Back