CSS COMMENT

 

CSS Comments

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

}

Comments

Popular posts from this blog

ADDING NUMBERED LIST ON HTML