Class 5 Reading Notes
CSS
- Cascading Style Sheets allow the creation of great-looking web pages
- Language for specifying how docs are presented to users
- Can be used for very basic document text styling
-A document is a text file structured using markup language
- Presenting a doc means converting it into a form usable by your audience
- Rule-based language by specifying groups of files that should be appliedto particular elememts on the web page
- Properties have different allowable values , dependimg on the property specified
- The style sheet can contain many rules writtem one after the other