|
|
|
|
|
|
Generic Attributes and What They
Mean |
|
<html> |
Just as HTML tags and attributes help to determine the
layout of a web page, they also help to control what your
text will look like on a web page. HTML tags define
the text size, font, color of the text, and how the text is
aligned on the web page. Here are some basic text HTML
tags to give you an idea of how it works.
*HINT:
Stick with Internet-safe colors and fonts when typing text
into a web page. Not all fonts and colors are recognized by
browsers or certain types of computers on the Web so your
web page could look great on your computer or browser, but
terrible for your viewers! If you must create a unique
font or color, use a graphic image instead and place your
unusual font or colored text into the image.
The good news is you can specify the font, color and text
size for an entire page or paragraph using this simple
tag: <font face="Arial"
color="#FF0000" size="+1">
And... here's this tag in action:
|
<p><font
face="Arial" color="#FF0000" size="+1">Within this
HTML tag, the font type is "Arial" and the color is
"red" or #FF0000. The text size is +1.
You can end a paragraph and start a new font or
text look by ending the paragraph with the
"</font>" ending tag..... like this....</font> |
|
<p><font face="Arial" color="#000000" size="+2">Then, you can create a <font face="Arial" color="FF0000" size="+2"> new paragraph</font> with different font specifications if you wish. For example, this paragraph will have the font type of "Arial" and the color "black" as well as the size of "+2".</font> |
NOTE: The good news is you
don't have to know everything there is to know about HTML
tags to design
your website.You can actually
get started with your own website by just knowing the
basics! So, relax as you learn and don't worry about trying
to absorb too much at once.
Article written by Candice Pardue, editor of
Web
Design Weekly. Learn web
design from home with simple step-by-step
instructions. The Web
Design Training Course for
beginners will show you how.
Disclaimer: Even
though we have made every effort to provide solid and
accurate information with web design ideas in this HTML Tags
Complete Reference, Online Success for Internet Business
accepts no responsibility or does not insure or imply any
degree of success in a web based business or website design
career by reading the material listed on this website.
Degrees of web or Internet success varies greatly dependent
upon the attitudes, attributes and ambition of each
individual designer. Please thoroughly check out any
information you find on this site before indulging in a web
design business or presenting yourself as a webmaster. And
now you know a little more about
basic HTML
tags.