CSS Comments

 



  • CSS comments are the same as what you must have learned in any technical language. It is written to explain the code and is helpful for the users who read that code so that they can understand it easily.
  • Comments are ignored by browsers, and the syntax to write them is: 

/* Your comment */

Related Posts:

  • Media Query What is a Media Query?Media query is used to make the webpage capable of the device.Mainly it is used to make responsive web designs.With media … Read More
  • flexbox What is Flexbox?flex is used to make it easier to design the layout of the website.It is used to create a flexible structure without using float… Read More
  • Z-index The z-index property specifies the stack order of an element.When elements are positioned, they can overlap other elements.An element can have a… Read More
  • CSS Combinators It explains the relation between multiple or single selectors. There are four major combinators that we will be looking at here.Descendant Selec… Read More
  • CSS Overflow Sometimes the content shown is too large to be visible in a single line or division of the website. So, to avoid loss of that information we can… Read More

0 Comments:

Post a Comment

Do leave your comments