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



< pre > < /pre >
Creates a preformatted text.

< h1 > < /h1 >
Creates the largest headline before typing an exact size as in 4pt meaning 4 point.

< h6 > < /h6 >
Creates the smallest headline.

< b > < /b >
Makes the text bold.

< i > < /i >
Makes your text italic.
Body Attributes
Text Tags
Links & Formatting
Tables
Frames
Forms
< u > < /u >
This underlines your text.

< tt > < /tt >
Makes your text typewriter-style.

< cite > < /cite >
This creates a citation which is usually italic.

< em > < /em >
Causes your text to be emphasized with either italic or bold decoration.

< strong > < /strong >
Like this also a word with italic or bold decoration.

< font size="#" color="#" > < /font >
Allows you to change the font size and color.

Home