| A | B |
| <HTML> | Tag required for web page document in order be viewed in a browser. |
| <HEAD> | This tag is required to put title information on the browser tab, and to list style information. |
| <TITLE> | The tag contains the name of the website as it will appear in the browser tab. It CANNOT contain symbols or formatting tags. |
| <BODY> | This tag contains all of the webpage viewable information and formatting. |
| </HTML> | Required at the bottom of ALL webpage documents to be viewable on the web. |
| <HR> | Tag to create a seperating line on a webpage. |
| <B> | Tag used to create bold text. |
| <I> | Tag used to create italic text. |
| <OL> | Tag used to create a numbered list. |
| <UL> | Tag used to create a bulleted list. |
| <P> | Tag used to keep all text in a group with a space before and after it. |
| <BR> | Tag used to break a line of text into a smaller line. |
| "#FF0000" | Hexidecimal code for the color red. |
| "#FFFFFF" | Hexidecimal code for the color white. |
| "#000000" | Hexidecimal code for the color black. |
| name="value" | Correct syntax for keying an attribute in HTML code. |
| <H1> | This tag is the largest heading size. |
| <H6> | This tag is the smallest heading size. |
| <CENTER> | This tag is used to center objects on a webpage and must be closed to STOP the command. |
| align | This is an attribute to be added to a paragraph tag that will allow you to change what direction the text originates from. |