HTML Codes
Have you wanted to make a homepage for a long time but didn't know how to use all that computer talk? Well heres your chance to learn HTML code, the code that you use to make webpages (unless your cheap and want to use one of those page editors). So enough talk, lets get some HTML pumpin'!
First open a blank notepad document then type in these codes. When you are done, save the document as aname.html
Well the first tings you need to know are, of course, the basics, so lets start with those *note: all codes must be enclosed in these <>*:
Code
What it does
Ending tag
HTML
This is the first code that you put on your page
/HTML
head
This is the code that has all your important information in it (mentioned below)
/head
title
This makes the title, like at the top of the window now
/title
font face
This can change the font of your text, the size, and the color
/font
body
This is where your main page is, you can also change the color of links here
/body
a link, v link, link
Sets color of links (a link = active link, v link = visited link guess what link is) these commands usually go in the body tag
none really
how to write text
Just type it, you don't have to put it in <>
none
img src="name.gif"
Puts an image in the page
none
p align="left,center,right"
Describes where all your pictures, text, and links will go
none just write another one
br
Causes a break in the page
none
bgcolor
Sets the background color (goes in body tag)
none
a href="name.html" Link
Makes a Links
/a
Examples
More Detailing Stuf
HTML Code page links
HTML Board
Home