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:

  • position Property The position property specifies the type of positioning method used for an elementThere are five different position values:staticrelativefixedab… Read More
  • Display Property The display property specifies if/how an element is displayed.Every HTML element has a default display value depending on what type of element i… Read More
  • CSS Linkslinks can be styled in many different waysStyling LinksThe four links states are:a:link - a normal, unvisited linka:visited - a link the user has visi… Read More
  • CSS Font CSS FontFont properties are used to add different styles to the fonts.Font properties are used to change the style, size, weight, etc. of the fo… Read More
  • CSS LIST There are two main types of listsunordered lists (<ul>) - the list items are marked with bulletsordered lists (<ol>) - the list item… Read More

0 Comments:

Post a Comment

Do leave your comments