HTML <TAG> Dictionary
<!--> |
Creates a comment into your html that will not be seen on the page. Example: This tag is used to add any information that you want to the page without having it being seen on the actual page. Many people use this tag to write notes or add warnings (such as copyright notices). |
<a href> |
Creates a link to another page, link to another site or a link to another spot on the
same page. Examples: 1) The first example creates a link to newpage.htm with the words "New
Page" (which will be underlined) You may create a link by two things: words or images. Any words that are between the tags will be underlined and create a link to the stated page. Any image that is between the tags will create the link to the stated page. |
<a name> |
Creates an anchor point to jump to a certian part of a page. Example: <a name="link"></a> After creating your A HREF link, you need to make one of these anchor points. The word "link" in this example, can be any name that you want it to be as long as it is the same name you used in your A HREF tag. |
<b> |
Makes the text inside of the tags, to be bolded. Example: <b>Bold this text!</b> If you want to bring attention to a part of text, then just bold it!. |
<basefont> |
This sets the default size, color, and font for the entire page. Example: <basefont ="Arial" size=-1> You place this tag in the heading of your html document, and it defines the default text font & size. If there are any other modifications to text in the document using the FONT tag, these changes will be taken off of the basefont settings. |
<big> |
Makes the text one size bigger than the base font. Example: <big>This is bigger than before!</big> If you want to bring attention to a part of text, then just make it bigger! |
<blink> |
Makes the text contained in the tag blink in regular intervals. Example: <blink>Make this blink!</blink> If you want to bring attention to a part of text, then just ! |
<body> |
Defines the background image as well as the text, link & visited link colors. Example: <body background=back.gif bgcolor="#000000" link="#003452" vlink="#067897"> BACKGROUND - This tag sets an image (back.gif in this
case) to be tiled in the background. |
<h1> ... <h6> |
Renders your text in a large header font. Example: <h2>Andy's Art Attack!</h2> Header 1Header 2Header 3Header 4Header 5Header 6 |
<title> |
Defines the title of the page. Example: <title>Andy's Art Attack!</title> This tag makes the text in-between the title tag appear at the top of the browser. It's also the same text that will be used as the bookmark. |
All Artwork & Design � 1997-1999 Krit Spooker |