| A | B |
| Basic make-up of an HTML tag | left bracket, the type of tag, and a right bracket |
| Web page title opening tag | <TITLE> |
| Web page closing tag for title | </TITLE> |
| Opening tag for a Web page header | <HEAD> |
| Closing tag for a Web page header | </HEAD> |
| What two tags open and close the body of a Web page? | <BODY> </BODY> |
| Two tags that tell the browser that the file is an HTML document | <HTML> </HTML> |
| What opening tag do you use to change the size of the text? | <FONT SIZE =7> |
| What tage would you use to make your text blue? | <FONT COLOR=BLUE> |
| What tag do you use to end the font size tag? | </FONT> |
| What are the 2 tags used to center text? | <CENTER> </CENTER> |
| A spot on a Web page that takes you to another location when clicked. | Link |
| Basic tag used to put a graphic on a Web page? | <IMG SRC="graphics/cat.jpg"> |
| The 2 most popular graphic formats used on Web pages. | jpegs and gifs |
| Do image source tags require a closing tag? | NO |
| What 2 tags tell the browser to start a new paragraph? | <P> or <BR> |
| Line break tag | <BR> |
| Paragraph tag | <P> |
| Tag that stops the text at the tag & starts additional text on the following line. | <BR> |
| Tag that stops the text & then starts additonal text two lines down. | <P> |
| Tag that creates the largest possible text on your header? | <H1> </H1> |
| Tag for creating the smallest possible text on your header? | <H6> </H6> |
| Tag you use to make the background color of your pages blue? | <BODY BGCOLOR=BLUE> |
| Opening and Closing tags for underlining text? | <U> </U> |
| Opening and Closing tags for italicizing text? | <I> </I> |
| Can you find graphics on the web? | Yes |
| Can you use your own graphics for a Web page? | Yes |
| Can you find graphics on the Web, or can you use your own? | BOTH |
| Anchor tags link back to the home page. | <A HREF="index.htm">Home</A> |
| Can you link pages to each other? | Yes |