These are the basic tags for HTML, also, always put your beginning <HTML> tag in the upper left corner of the page.
<HEAD>
<TITLE>
</TITLE>
<BODY>
</BODY>
</HEAD>
</HTML>
Remember typing in school? Well these tags are doing the same thing, breaking down the page.
These are the start of the tags:
The body tag
Here is a list of body tags and what they do!
The body is where most of your text will go, just like when you were in typing class in school.
1. <HTML><BODY BGCOLOR=?? TEXT=? COLOR?></HTML>
This tag above will change the color of your text and background.
A. <BODY BACKGROUND="URL-OF-IMAGE">
This tag above will put an image such as a gif, jpg or a background on the page.
4. If you use the body tab you MUST close it off at the end of the page with this </BODY>.
<html><B> YOUR WORDS HERE</B></html>
FONTS
"FONT" is a word that tells the computer that you want to change the size and/or color of words.
<HTML><FONT SIZE=1-7 COLOR=???>YOUR WORDS HERE</FONT></HTML>
FONT SIZE 1
FONT SIZE 2
FONT SIZE 3
FONT SIZE 4
FONT SIZE 5
FONT SIZE 6
FONT SIZE 7
FONT EFFECTS
SHADOW |
Here's the code:
<html><FONT SIZE=?? EFFECT=SHADOW COLOR=??>WORDS HERE</FONT></html>
Note: font emboss and relief only show up on dark backgrounds.
FONT EMBOSS
EMBOSS |
Here's the code:
<html><FONT SIZE=?? EFFECT=EMBOSS>WORDS HERE</FONT></html>
FONT RELIEF
RELIEF |
Here's the code:
<HTML><FONT SIZE=?? EFFECT=RELIEF>WORDS
HERE</FONT><HTML>
These codes change the way the text looks.
<html><CITE>IS ACITATION TEXT</CITE></html>
<CODE> IS A COMPUTER CODE TEXT</CODE>
<BLOCKQUOTE>IS A BLOCKQUOTE TEXT</BLOCKQUOTE>
LINKS
ok, here's the code,
<html> <A
HREF="http://www.oocities.org/SoHo/Studios/5631/html.html">GO
HERE
<html> <A
HREF="HTTP://URL">GO HERE</A></html>