INTRODUCTION TO CSS
INTRODUCTION
TO CSS
What is CSS?
ü CSS
stands for Cascading Style Sheets
ü Styles
define how to display HTML elements
ü Styles
are normally stored in Style Sheets
ü Styles
were added to HTML 4.0 to solve a problem
ü External
Style Sheets can save you a lot of work
ü External
Style Sheets are stored in CSS files
ü Multiple
style definitions will cascade into one CSS Demo
CSCSS Demo
With CSS, your HTML documents can be
displayed using different output styles:
Comments