| A | B |
| <html> | tag that begins an HTML document |
| </html> | tag that ends an HTML document |
| <body> | tag that begins everything that shows on a webpage |
| </body> | tag that ends everything that shows on a webpage |
| <p> | tag that begins a new paragraph |
| </p> | tag that ends a new paragraph |
| <i> | tag that begins the italicizing of font |
| </i> | tag that ends the italicizing of font |
| <mark> | tag that tells the browser to highlight a word or section of text |
| <small> | beginning tag that makes specific letters smaller |
| </small> | ending tag of making specific letters smaller |
| </mark> | tag that tells the browser to stop the highlighting of a word or section of text |