| A Basic Set of HTML Tags
Here we have provided some basic html tags for those that wish to learn. By using html, you can create special affects on your website's splash page by changing the font and/or adding pictures. For example, you can BOLD your font or change the COLOR of your font to make it stand out.
|
| Basic Tags |
|
<html></html> Creates an HTML document |
|
<center></center> Centers the text and/or images |
| Text Tags |
|
<hl></hl> Creates the largest headline |
|
<h6></h6> Creates the smallest headline |
|
<b></b> Creates bold text |
|
<i></i> Creates italic text |
|
<strong></strong> Emphasizes a word (with italic or bold) |
|
<font
size=?></font> Sets size of font, from 1 to 7) |
|
<font
color=?></font> Sets font color, using name or hex value |
| Links |
|
<a
href="URL"></a> Creates a hyperlink |
|
<a
href="mailto:EMAIL"></a> Creates a mailto link |
| Formatting |
|
<p></p> Creates a new paragraph |
|
<p
align=?> Aligns a paragraph to the left, right, or center |
|
<br> Inserts a line break |
|
<blockquote> </blockquote> Indents text from both sides |
|
<ul></ul> Creates a bulleted list |
| Graphical Elements |
|
Please Note: If you are using your
extra graphics to place anywhere in your website, you will need to
upload the graphic in your admin area first and then you will need to
use the FULL Image URL along with the code below to display your
graphic.
To get the URL for your image, first upload your graphic using Option #1. Then click on "Express Picture List" in your File Utility area. It will pull up a listing of all your images. Now find the image and click on "View". This will cause a window to popup with your image in it. The URL that is in that popup window is your Full Image Url. Image URL Example: http://www.diyestores.com/fpdb/images/DIYBanner2.gif |
|
<img
src="name"> Adds an image Remember to use the
FULL Image URL, it would look something like this, of course changing it
to YOUR Image URL: |
|
<img
src="name" align=?> Aligns an image: left, right, center; bottom, top, middle Again, remember to use the FULL Image URL |
|
<img
src="name" border=?> Sets size of border around an image Again, remember to use the FULL Image URL |
|
<hr> Inserts a horizontal rule |
|
<hr
size=?> Sets size (height) of rule |
|
<hr
width=?> Sets width of rule, in percentage or absolute value |
|
<hr
noshade> Creates a rule without a shadow |