Wednesday, November 2, 2011

CSS: Writting comments

/* Comment here */

{
margin: 1em; /* Comment here */
padding: 2em; 
/* color: white; */
background-color: blue;
}
/*
multi-line
comment here
*/
Source:
http://css.maxdesign.com.au/selectutorial/rules_comments.htm

No comments: