Things You'll Need:
- Text editor
- Printer
-
Step 1
Make a table. Open up your favorite word processor and create a table with three columns and at least five rows. Label the first column "Tag," the second "Description" and the third "Example."
-
Step 2
Fill in each field with the appropriate information. The headings should be self explanatory. In the first column, write out the tag. In the second, describe what the tag does and in the third, type an example.
-
Step 3
Fill in basic tags. These are the tags you'll need in every HTML document. They are
. These should be included at the beginning of every document in this order. -
Step 4
Fill in the title tag. The title tag is used to put the name of the page in the title bar. This should be surrounded by the head tags. For example,
HOW TO MAKE AN HTML CHEAT SHEET . -
Step 5
Fill in the body tags. These modifiers go within the head tag and change the look of the entire page. The modifier "bgcolor" changes the background color, "text" changes the text color, "link" sets the link color, "vlink" sets the color of visited links and "alink" sets the color of active links. For the colors, use a name or hex value. For example,
. -
Step 6
Fill in the text tags. These tags are used to format specific lines of texts.
creates preformatted text,
creates a headline (you can change the number 1 through 6 to make the size different) bolds the text, makes italics, makes a citation, changes the text size, changes font color. Each tag must be opened and closed, for example . These text tags will make a line of bold, italic and black small text:
-
Step 7
Fill in the hyperlink text. To create a link, use the "" tag. Fill in the web address of the destination link and type the displayed link text between the tags. For example Click Here for Simple, Straightforward Instructions .
-
Step 8
Fill in the image tag. To insert an image in a page, use the
tag. For example,
-
Step 9
Add formatting tags.
inserts a line break,creates a new paragraph,
- creates a bulleted list and
- denotes an item in the list. For example.
Hello!
This is my first paragraph. It has- The paragraph tag
- A line break
- and a Bulleted list
-
Step 10
Add new tags as you learn them. These are just some basic HTML tags. As you grow more proficient with HTML, you can add new tags to your cheat sheet.
- denotes an item in the list. For example.








