| A | B |
| HTML | Hyper Text Markup Language |
| Web Page | An HTML document |
| Home Page | The first page in a web site. |
| Web Site | A collection of web (HTML) documents in one location. |
| New Paragraph | <P> |
| Bold | <B> </B> |
| Italics | <I> </I> |
| Underline | <U> </U> |
| Break (line feed) | <BR> |
| Center | <CENTER> </CENTER> |
| Tags needed for bulleted lists | <UL> <LI> </UL> |
| Tags needed for numbering lists | <OL> <LI> </OL> |
| Web Image Types | .gif (Graphics Interchange Format) and .jpg (Joint Photographic Expert Group) |
| Image Tag | <IMG SRC="ImageName.gif"> |
| Clickable Link | <A HREF="http://www.WebAddressHere.com"><IMG SRC="ImageName.gif"></A> |
| Background Color | <BODY BGCOLOR="#123456" TEXT="#FFFFFF" LINK="#FFF000"> |
| What is the last HTML tag in a web document? | </HTML> |
| All of the information for your webpage goes between the * tags | <body> </body> |
| The link to your CSS sheet goes between the | <head> </head> |