CS110: Laboratory 3
This is a lab on cascading style sheets.
Please feel free to add more text to it, in order to have a longer document,
if that helps you to see the effects of what you are trying.
CSS is used for formatting webpages, by allowing the author to
specify the style of HTML tags.
How to use CSS
There are 3 possible ways to define the style of a tag:
- inline style
- document-level style sheet
- external style sheet
Why To use CSS
Here are some reasons to use style sheets:
- consistency
- efficiency
- standardization
The following block is taken from the lecture note. We use it here to demonstrate
the use of the <BLOCKQUOTE> and how one can customize it using CSS.