| A | B |
| html | hypertext markup language |
| url | universal resource locator |
| tag | an intruction in HTML code surrouned by < > |
| <html> | first tag on any web page |
| <b> | starts bold text |
| <i> | starts italic text |
| http | hypertext transfer protocol |
| www | world wide web |
| head | contains information that is not seen on the web page |
| body | contains all the information that is intended to be seen |
| <title> | Tag used to identify the name that appears in the title bar of a web page |
| bgcolor | attribute used to change the background of a page |
| attribute | used to change a specific element in a tag |
| </html> | the last tag on any webpage |