HTML Cheat Sheet
Left Head Hyper Text Markup Language cheat sheet. Right Head
Basic Tags
Basic Tags



< html > < html >
The first tag to create an HTML document

< head > < /head >
Comes after the HTML tag. Allows you to type the title and other information that you need that will not show up as text on the Web Page.

< title > < /title >
This is where you would type the title of your Web page. This will be displayed as your browsers title.

< body > < /body >
This is where all the information will be placed that will be shown on your page.
Home
Body Attributes
Text Tags
Links & Formatting
Tables
Frames
Forms