Layout: widescreen | compact
Website Design | glossary of terminology
Declaration
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X
The declaration or declaration block in CSS is the section of a style rule that defines the styles to be applied (i.e. font-weight: bold; ) This CSS declaration assigns a bold value to the font-weight property. A declaration can also apply to a variable declaration in a web scripting or programming language when a variable is declared to be used later in the code (i.e. var counter = 0; ).
web glossary