Basic Link Tag. This code is used to link to other pages within your site, other websites, or Internal Links. The name of your page to link to EX: mypage2.html is placed between the " ". When linking to someone else's website you must use the URL (website address. Click here to learn more about linking URLS and here to learn how to leave a calling card in a guestbook. All use this html code.
Basic Font Tag. With this code you may specify the fonts you wish to use, the color, and the size of the font. Try to specify the windows fonts that everyone has on their systems, if you specify a font not on someone else's system the font will not show. You may specify more than one font separated by commas. If the user does not have the first font they may have the second or third. First, check your page using each of these fonts individually to make sure you like the result. EX: NAME="Verdana,Ariel,Albertus Medium"
You can specify the size EX: SIZE="1", try different sizes to see which looks the best.
Although you specify the color of the text at the beginning of the document sometimes you want to use another color to highlight a word a title, or just have a little fun! You can change the colors without adding the entire line of code each time if you keep it between the original FONT tag. Just add (FONT COLOR=#408080) your new colored text
(/FONT). Remember to change the ( ) to the lesser & greater signs.
The BOLD tag
The Italics tag
The Center Tag. This tag will center anything, images, text, tables, etc. on your website.
The line break tag. This tag is useful if you need to place something on the next line or use several to add space. For space around an image click here.