CSS Tutorial 16
You can define the text case for your style by using the text-transform property. In this way, you can display the text either with initial capital letters, in all capital letters, in all small letters, or as it was typed. Read this tutorial for details.
[ download ]
CSS Tutorial 17
Drop caps might be more familiar to you as those wonderfully illustrated opening letters of paragraphs in spell books and very olde bibles, but it is a device that has been used in probably every magazine and newspaper since mass printing began. The technique sees the very first letter of a paragraph singled out and treated differently from the rest of the text, typically many times larger than the other characters, and possibly bolder and colored differently. Read this tutorial for details.
[ download ]
CSS Tutorial 18
Style sheets let you adorn your text with underlines, overlining, lines through the text (perhaps to indicate changes), and even blinking text. Read this tutorial for details.
[ download ]