INLINE, INTERNAL & EXTERNAL CSS || How to link CSS with HTML simple coding

preview_player
Показать описание
this video explains very basic things about css links types.

There are three ways from which you can link your css style sheets to your HTML.
1) INLINE CSS
2) INTERNAL CSS
3) EXTERNAL CSS

a) Inline CSS - we can define inline css anywhere in any tag inline css is only used for single tag we cannot define multiple tag with same property using inline css.

b) Internal CSS - this is define in the HEAD section of the HTML document, by using style tag, and we can give multiple properties to many tags in single code by using this.

c) External CSS - in this we define an external css file and we put that file in the same folder with html document. and then we define a link tag in the HEAD section of the HTML document. and then link our css file in it.

WATCH THE VIDEO TO SEE THIS THINGS IN PRACTICAL..
I HOPE YOU LIKE THIS VIDEO ,, IF YOU LIKE THE VIDEO THEN PLS DO LIKE , COMMENT AND SHARE OUR CHANNEL:))
Рекомендации по теме
visit shbcf.ru