 |
Java Games: Flashcards, matching, concentration, and word search. |
 |
 |
matching HTML tags
match the tag with its appropriate description
|
| A | B |
| <P> </P> | starts a paragraph with 2 line breaks |
| <Hx> </Hx> | creates different sized headings |
| <OL> </OL> | makes a numbered list |
| <UL> </UL> | makes a bulleted list |
| <HR> | draws a line across the page |
| <BR> | line break |
| <BLINK> </BLINK> | the most hated tag on the web |
| <META> | special tags for search engine sumbission and other document attibutes |
| <B> </B> | makes the font bold |
| <I> </I> | makes the font italicized |
|
| |