Horje
how to comment in css Code Example
css comment
/* CSS comment 
	any line */

<!-- HTML comment
 	any line -->

// Javascript comment single line
/* Javascript comment 
	multiline */
css comment
/*short comment*/

/*loooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong comment*/

/*
multiple
line
comment
*/

/*Comments won't be shown on the page or effect the code but will remain in website code. Useful for commenting what is the code for*/
css comment
/* Wrap your CSS comments like this */

/* 
You can also do something like this
for multi-line comments...
*/

/*************************
** Or You Can Get Fancy **
**************************
 - Fancy point 1
 - Fancy point 2
*/
how to comment in css
/*This is a CSS comment*/

/*Have a nice day!!! :)*/




Css

Related
css notes Code Example css notes Code Example
screen sizes for css media Code Example screen sizes for css media Code Example
secltor for parent li css Code Example secltor for parent li css Code Example
when change size image not change contrast css Code Example when change size image not change contrast css Code Example
css combinators Code Example css combinators Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8