| A | B | 
|---|
| html | hypertext markup language | 
| url | universal resource locator | 
| tag | the code that is read by your browser ....<??????> | 
| <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 | 
| comment tag | where the author places notes to himself.....not seen by the public | 
| index | the name of the first  page of a website	 | 
| <h1> | heading 1....the largest size font | 
| <br> | breaking space | 
| <p> | starts a paragraph | 
| </html> | the last tag on any webpage | 
| <hr> | horizontal rule......a line across a webpage to separate sections |