Comments are used to explain your code, and may help you when you edit the source code at a later date. A comment will be ignored by browsers. A CSS comment begins with “/*”, and ends with “*/”, like this:
/* This is a comment */ p { text-align: center; /* This is another comment */ color: black; font-family: arial }
|
Bookmark:Digg Del.icio.us Reddit
