| A | B |
| HTML | Hyper Text Markup Language |
| Tags | Instructions encased in brackets; Example: <HTML> </HTML> |
| Bold | <b> </b> |
| Italics | <i> </i> |
| New Paragraph | <p> |
| Underline | <u> </u> |
| Minimum Tags for a web page | <html> <head> <title> </title> </head> <body> </body> </html> |
| Line break | <br> |
| Creates an HTML document | <html> </html> |
| Puts the name of the document in the title bar | <title> </title> |
| Sets the background color, using name or hex value | <body bgcolor="######"> |
| sets the text color, using name or hex value | <body text="######"> |
| Creates the smallest headline | <h6> </h6> |
| Creates the largest headline | <h1> </h1> |
| adds an image | <img src="xxxxxxxx.xxx"> |
| sets size of font, from 1-7 | <font size=?> </font> |
| Hacker | People who identify security lapses and fight cybercriminals |
| Cracker | People who let loose viruses and steal sensitive information |
| Center following elements | <center> |
| Elements | text, images, animation, etc. |
| Sets the font color for the entire page | <body font="######"> |
| Sets a background image | <body background="xxxxxxxx.xxx" |
| Hexadecimal | a 6 digit number that corresponds to a color |
| Horizontal rule | <hr> |
| NotePad | a small text editing program |
| How to read someone elses HTML code | view/source |
| Refresh | Command to view changes to web pages |
| Hyper Link | Clickable text that jumps you to another page |
| Hyper Text | The ability to read a document in a non linear way; jumping to the parts that interest you. |
| Home Page | The first page of a website |
| Website | a collection of linked webpages |
| Webpage | an HTML document |
| www.geocities.com | an example of a free web hosting site |