Beginning HTML & CSS 3
Understanding CSS In order to understand how CSS works you need to understand some basic concepts that lie behind it. The Cascade The C is CSS stands for cascade and refers to the algorithm used to decide which style takes precedence. In short the cascade goes from left to right and top to bottom. In …