| A | B |
| <center> | This tag will center something. |
| <strong> | One of two tags that will apply bold formatting. |
| <h6> | This tag establishes and sets formatting for the smallest available heading size. |
| <font face=Arnprior> | This tag will apply “Arnprior” as font style. |
| <html> | This tag starts your web page. |
| </center> | This tag will stop centering something. |
| <i> | This is one of two tags that will apply italics formatting. |
| <marquee> | This tag allows for scrolling text. |
| <em> | The other “italics” tag. |
| <p> | This tag establishes a new paragraph. |
| <title> | The title bar’s actual title is set by this tag. |
| <ul> | This tag starts a new list. |
| <h1> | This tag establishes and sets formatting for the largest available heading size. |
| <img src="URL"> | An image can be placed into a web page using this tag. |