| A | B |
| HTML | Hyper Text Markup Language |
| Browser | Web page viewer. |
| Web Page | An HTML document. |
| Home Page | The first page in a web site. |
| Elements | Tell the browser what to do. Elements are made of TAGS and ATTRIBUTES. |
| Tags | Keywords encased in brackets (ie. <P>) |
| Attributes | Variables that alter how a tag looks or works. |
| New Paragraph | <P> |
| Bold | <B> </B> |
| Italics | <I> </I> |
| Underline | <U> </U> |
| Break (line feed) | <BR> |
| Center | <CENTER> </CENTER> |
| Horizontal Line | <HR> |
| Link to another web site | <A HREF="http://www.WebAddressHere.com">TextForTheLinkHere</A> |
| Insert Image | <IMG SRC="ImageName.gif"> |
| Background Color | <BODY BGCOLOR="Blue"</> |
| What is the last HTML tag in a web document? | </HTML> |