There are many ways to style text with CSS, and I will talk about most of the common options supported by today's browsers. In future versions of CSS I'm sure even more amazing things will be possible, but for now there's quite a bit to work with. The two most common things to do with text are change the font family and the font size. Popular fonts include Times New Roman, Verdana, Georgia, and many others. Here's a short example of changing paragraph tags to use the "Georgia" font: • p {font-family: georgia} Well that's simple, right? For an explanation of where to put CSS tags,...
More..Brainclog.com
Member since: October 2006
Articles Written: 4