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
CSS Comment:-

CSS Comment भी अन्य भाषाओं के Comment की भांती Browser द्वारा Ignore किये जाते हैं। Comments को Visitors नही देख सकते हैं। इन्हे केवल Web programmer ही देख पाते हैं, Comments के द्वारा Web programmer अपने लिए Notes लिखते हैं।

CSS में कमेंट दो प्रकार के होते हैं

i.  Single Line Comment:- Single Line Comment में आप बस एक Line का Comment Content लिखते हैं इस तरह Add किया जाता हैं.

/* This is a single-line comment */

ii.  Multi Line Comment:- Multi Line Comment में आप एक से ज्यादा Line का Comment Content लिखते हैं इस तरह Add किया जाता हैं.

/* This is
a multi-line
comment */

 

CSS Comment:-

        CSS comments are also ignored by the browser like comments in other languages. Comments cannot be seen by visitors. Only web programmers can see them, web programmers write notes for themselves through comments.

There are two types of comments in CSS

i.     Single Line Comment:-   In Single Line Comment, you just write the comment content of one line and it is added in this way.

/* This is a single-line comment */

ii. Multi Line Comment:-  In Multi Line Comment, you write comment content of more than one line, it is added in this way.

/* This is
a multi-line
comment     */

error: Content is protected !!