CSS Syntax

By Editor | May 28, 2010

CSS Syntax is one of the first things that you should learn after studying the fundamentals of the cascading style sheets. Just like a sentence has a structure the CSS also has a form. The CSS rule has two major parts, first is the selector. The selector is actually the HTML aspect that you want to style. The second part of the CSS rule is one or more declarations each of the declaration has a property and a value.

For better understanding there are a lot of examples online or you can also visit some websites to read more about it.

Related posts

Comments are closed.