
Welcome! 

| <HTML> | The HTML tag tells Netscape to understand the HyperText Markup Language Always start your page with this tag and always end your page with the </HTML> tag. | </HTML>| <TITLE> | | The TITLE tag tells Netscape to place a title in the TitleBar of the Netscape Browser. It does not appear in the body or window of Netscape. | </TITLE>| <BODY> | | The body tag tells Netscape to place all information that follows, into the body or window of Netscape. Place the </body> tag as the second last tag on the page. Modify the <BODY> tag with bgcolor ="ffffff" or with background="nameofgif" You can also set the link color for the page here too. Use Link="ff0000" and vlink="ff0000" to set the color of the link and the color of the link after it has been clicked. For example: <body background="bg2.gif" link="rrrrrr" vlink="ffffff"> Link here to a list of all the hexadecimal codes. | </BODY>| <P> | | The paragraph tag tells Netscape that you are starting and stopping a new paragraph. It creates a blank line after the </P. | </P>| <FONT SIZE> | | The FONT SIZE tag tells Netscape to increase or decrease the size of your font in the browser window. Size can range between 1 and 7 with 1 being the smallest and 7 the largest. You are reading this at size 3. | </FONT SIZE>| <FONT COLOR> | | The FONT COLOR tag tells Netscape to modify the color of your text. You can adjust it as often as you like. Use the same hexadecimal codes as with the body tag. For example - <FONT COLOR = "00cc00"> | </FONT COLOR>| <H1> | | The H tag tells Netscape to create a heading in your document. Heading tags range from H1 - H6 with 1 being the largest and 6 the smallest. A head tag does two things besides make the text bigger - it bolds and breaks twice after the words | </H1>| <CENTER> | | The CENTER tag tells Netscape to center text or graphics on your page. | </CENTER>| <B> | | The B tag tells Netscape to make words bold. | </B>| <I> | | The I tag tells Netscape to make words italic. | </I>| <BLINK> | | The Blink tag tells Netscape to make words blink or flash on the screen. Be careful not to use this one too much as it can be really annoying. | </BLINK>| <HR> | | The HR tag tells Netscape to make a Horizontal Rule across your page. You can make it black by adding noshade to the tag. You can also change it's width and size, like this: <hr noshade width=350 size=5> There is no partner for this tag. | | <BR>
| The BR tag tells Netscape to create a break in the text. Effectively this wraps the text down to the next line. | There is no partner for this tag. | | <IMG SRC=> | | The image tag tells Netscape to load an inline image. This image must be in either.gif or .jpg/.jpeg format. You can tell the image tag to align left, align right, or center depending on your needs. You can also modify the size of the image using the height=# and width =# parameters. For example: <IMG SRC="school.gif" height=250 width=200> There is no partner for this tag. | | <A HREF=> | | The anchor tag tells Netscape to link to another page. This can be a local file on your harddrive, another page on your site, or another posted website. It works like this: <A HREF="nameofpagetolinkto.html">The MBS Homepage </A> where The MBS Homepage shows up in the browser window of Netscape and is the 'hotspot' that the reader clicks on to navigate to the new page. | </A>| <UL> | | The unordered list tag tells Netscape to create a list with bullets. Each item in the list must start with <LI> | </UL> |
Some very basic HTML rules and guidelines are as follows:
Here are some of the best HTML resources available on the Web. Whether you're looking for a how-to manual to help you create your Web site by hand, or you want someone to help you create a site that's pleasing to the eye, these links will get you where you want to go!
Banners, backgrounds, animated gifs: these are the elements that turn a drab, dull Web page into a vibrant, colorful site. Consult these links to get some of the best Web art work around -- most of it available for free!
