Important Notice:

Course Content
Float Property
0/1
Z-Index
0/1
CSS object-fit Property
0/1
CSS Visibility Property
0/1
CSS (Chapter 4) M2-R5.1
About Lesson
External CSS:-

         यह CSS का तीसरा type होता हैं जिसमे CSS के लिए अलग फाइल बना दी जाती हैं  और उस फाइल को HTML पेज से लिंक कर दिया जाता हैं। CSS का जितना भी कोड होता हैं CSS फाइल में  लिखा जाता हैं। यह एक सबसे अच्छा तरीका होता और सबसे ज्यादा use किया जाता हैं। CSS file का एक्सटेंशन .css देना होता है।

Note:- external style sheet से आपको बार-बार CSS कोड लिखने की आवश्यकता नहीं होती है। आप एक ही CSS फ़ाइल को कई HTML फाइलों से लिंक कर सकते हैं। 

जैसे – style.css, header.css, footer.css etc.

 

External CSS:-

       This is the third type of CSS in which a separate file is created for CSS and that file is linked to the HTML page. All the CSS code is written in the CSS file. This is the best method and is the most used. The extension of CSS file has to be given as .css.

Note:- With external style sheet you do not need to write CSS code again and again. You can link the same CSS file to multiple HTML files.

Eg. – style.css, header.css, footer.css etc

error: Content is protected !!