| A | B |
| add a picture | <img src = |
| add a link | <a href="???.html">pic</a> |
| add an unordered list | <ul> |
| add an ordered list | <ol> |
| to center text or picture | <center> |
| blue upper portion of web site | <title> |
| hyper text markup language | <html> |
| main part of web site you see | <body> |
| largest size heading | <h1> |
| smallest size | <h6> |
| list item | <li> |
| what are the parts of html? | tags |
| line break | <br> |
| visible horizontal line across web page | <hr> |
| red font | <font color="#00FF00"> |
| Bold text | <b> |