Horje
comments 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!!! :)*/
comments in css
/* This is a comment is CSS */




Css

Related
calculate min number in css Code Example calculate min number in css Code Example
select tag text align center Code Example select tag text align center Code Example
how to remove table border in css for last child if rowspan Code Example how to remove table border in css for last child if rowspan Code Example
time an element to disappear css Code Example time an element to disappear css Code Example
responsive arrow breadcrumbs css site:stackoverflow.com Code Example responsive arrow breadcrumbs css site:stackoverflow.com Code Example

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