Welcome to page 2 or "cheatsheat" In this page you will learn to use the html codes. You start a tag with <___> and close with </___>.
Basic Tags
<html> and </html>
These tags are at the beginning and end of your page, they start your webpage and end it.
<head> and </head>
Starts and ends the title and other information that isn't displayed on the web page.
<body> and </body>
These tags start and end the parts of the webpage that you can see.
Header Tags
<title> and </title>
Whatever you put inbetween theese will go on the title bar. (The ber at the very top part of the screen.)
Body attributes
<body bgcolor=?> and </body bgcolor=?>
Sets the background color, using a name or a hexidecimal value.
<body text=?> and </body text=?>
Sets the color of the text, using a name or a hexidecimal value.
Text Tags
<b> and </b>
Makes the text in between bold.
<u> and </u>
Underlines the text inbetween.
<i> and </i>
Makes text inbetween italic.
Linking
<a href="URL"> and </a>
It makes a hyperlink, put the words that you wnt to be the hyperlink inbetween.
Formating
<br>
Inserts a line break.
<p align=?>
Aligns a paragraph to the left, right, or center. (Put the one you want in place of the question mark.)
<p> and </p>
Creates new paragraph.
Graphical Eliments
<img src="file name">
Adds an image.
<img src="file name" align=?>
Aligns image, put one of the following: left, right ,center; bottom, top, and middle.
This is only the basics, there are more advanced codes and sections which have been left out.
These are some helpful web pages/sites.
Click here to go to Webmonkey.
Click here to go to Flamingtext.
Click here to go to AnimationFactory.
Also, click here to go back to home.