CSS Comments:
Comments start with /* and ends with */.
Any text between /* and */
will be ignored by Compiler.
This example uses a comment (a comment block) to explain the code
Following is the comment in CSS:
/* The code below will print the words Hello World to the screen, and it is amazing */
NOTE: CSS Single-Line and Multi-Line comments are same.
Post a Comment
Post a Comment
Please do not enter any spam link in the comment box