Chapter 6. Text Properties
Sure, a lot of web design involves picking the right colors and
getting the coolest look for your pages, but when it comes right down
to it, you probably spend more of your time worrying about where text
will go and how it will look. Such concerns gave rise to HTML tags
such as <FONT> and
<CENTER>, which give you some measure of
control over the appearance and placement of text.
Because text is so important,
much of CSS tackles properties that affect it in one way or another.
What is the difference between text and fonts? Simply, text is the
content, and fonts are used to display that content. Using text
properties, you can affect the position of text in relation to the
rest of the line, superscript it, underline it, and change the
capitalization. You can even simulate, to a limited degree, the use
of the Tab key on a typewriter.
|