| A | B |
| Another name for "network of networks" | World Wide Web |
| Makes a page available to users of the Web | Web server |
| The language that designers can create their own tags and attributes for their documents | XML |
| Its job is to interpret tags and render the text accordingly | A Web browser |
| Physical character tags | <small>, <b>, and <sup> |
| Logical character tags | <embed>, <strong> and <bold> |
| Inline images should be in one of these formats | GIF or JPEG |
| In order for computers to share resources efficiently, they can be linked together in a structure called | a network |
| This type of browser uses the mouse to move from page to page | graphical |
| Browsers can be installed on personal computers but can be installed on | cell phones and PDAs |
| HTML ignores | extra blank spaces, blank lines and tabs |
| This opens a document on your computer or a document on a computer anywhere in the world | link |
| The portion of a document tht Web users will see is contained between what tags? | <body> and </body> |
| Image that is not displayed with the Web page | external image |
| The network linking computers that are close together is called | a LAN |
| What needs to be included if an image is located in another folder or on an other computer | The full location path |
| Browser additions that support new features | extentions |
| Software program that retrieves Web pages and displays them | Web Browser |
| This type of list displays information in numeric order | ordered list |
| To send data back and forth, the Internet uses what type of structure | fiber-optic cables, satellites, and phone lines |
| An attribute for the <hr> tag that specifies how the line horizontally appears on the page | align |
| The tags that are used to display the title bar of the Web browser | <title> and </title> |
| Used to display a list of items in no particular order | unordered list |
| Tag that require an opening and a closing tag | two-sided tag |
| Documents on the Web are know as a Web | page |
| The largest and most prominent level of heading is | <h1> |
| HTML describes the format of Web pages through the use of | tags |
| One-sided tags are used for inserting | images, paragraph breaks, video clips and sound clips |
| Type of browser that you have to use commands to get from Web page to Web page | text-based |
| A Web designer can explicitly define the fonts and formatting the Web browser by using HTML | style sheets |
| HTML rules are considered | standards or syntax |
| The extention for a HTML file is | .htm or .html |
| Putting a attribute of width="20%" in a <hr> tag will | increase the horizontal rule to 20% of the browser window |
| The size and width attributes of a line on a Web page are measured in either | pixels or percentages |
| A HTML file contains both formatting tags and | document content |