Class 5: Designing Web Pages W/CSS
Resources
Notes
What Is CSS?
- CSS = Cascading Style Sheets
- Rule Based Language That Is Seperate From HTML
- HTML ==> Structure / CSS ==> Style
- selector{
color: red
font size: 5 em
}
How To Use CSS
- External CSS
- Defined with a link <> element inide the head section of a web page
- Internal CSS
- Inline CSS
Things I Would Like to Know
- The CSS specs are overwhelming to look at. Maybe in time it will be less intimidating.