HTML Codes
Below are some descriptions of what each of the codes does.
- <HTML> Start
or end web page
- <HEAD> Start
or end head section
- <TITLE> Start
or end the title of the page
- <BODY> Start
or end body section
- <H1>, <H2>, ... , <H6> Start
or end heading style 1 (big) through 6 (small)
- <CENTER> Centers
the text
- <HR> Make
a horizontal line (stand alone tag)
- <P> Start
or end a paragraph
- <BR> Go to the next
line (stand alone tag)
- <A HREF=" "> Make
a link to another webpage
- <IMG SRC=" "> Make
a picture appear on the page (stand alone tag)
- <B> Make
it BOLD
- <I> Make
it ITALICS
- <U> Make
it UNDERLINED
- <FONT> Changes the color,
size or face of the font
A slash / is needed
to make it stop doing something, or to end something, for example </FONT> will
change the font back to normal .