New Perspectives on HTML CSS and XML Comprehensive 4th Edition by Patrick Carey - Test Bank
Tutorial 2: Developing a Web Site
TRUE/FALSE
1. The home page acts as a focal point for the Web site.
ANS: T PTS: 1 REF: HTML 75
2. Linear structures work for Web sites that are large and have a clearly defined order of pages.
ANS: F PTS: 1 REF: HTML 75
3. The structure shown in the accompanying figure is a hierarchical structure.
ANS: F PTS: 1 REF: HTML 75
4. In the structure shown in the accompanying figure, you can jump only from one page to the next or previous page.
ANS: T PTS: 1 REF: HTML 75
5. The structure shown in the accompanying figure is an augmented linear structure.
ANS: T PTS: 1 REF: HTML 75
6. The structure shown in the accompanying figure is a linear structure.
ANS: F PTS: 1 REF: HTML 76
7. You can combine linear and hierarchical structures in a Web site.
ANS: T PTS: 1 REF: HTML 76
8. Unstructured Web sites can be difficult and frustrating to use.
ANS: T PTS: 1 REF: HTML 77
9. Different Web site design principles apply to the protected section than to the regular, open section of the site.
ANS: F PTS: 1 REF: HTML 78
10. Every Web site should include a navigation list, which is a list containing links to the main topic areas of the site.
ANS: T PTS: 1 REF: HTML 79
11. Hyperlinks are created by enclosing some document content with a set of opening and closing <a> tags.
ANS: T PTS: 1 REF: HTML 81
12. When you specify only the filename, the browser assumes the file is in the same folder as the document containing the hypertext link.
ANS: T PTS: 1 REF: HTML 85
13. A relative path specifies a file’s precise location within the entire folder structure of a computer.
ANS: F PTS: 1 REF: HTML 87
14. You should almost always use relative paths in your links.
ANS: T PTS: 1 REF: HTML 88
15. The base element is useful when multiple documents are moved to a new folder.
ANS: F PTS: 1 REF: HTML 89
16. To enable users to jump to a specific location within a document, you first need to mark that location.
ANS: T PTS: 1 REF: HTML 91
17. Is you assign the same id name to more than one element on a Web page, browsers use the first occurrence of the id name.
ANS: T PTS: 1 REF: HTML 91
18. The target of the link needs to be a Web page; it cannot be another image file.
ANS: F PTS: 1 REF: HTML 102
19. HTML allows you to divide an image into different zones, or hotspots, each linked to a different destination.
ANS: T PTS: 1 REF: HTML 103
20. The URLs for all Web Pages must start with the http scheme.
ANS: T PTS: 1 REF: HTML 109
MODIFIED TRUE/FALSE
1. Spam is unsolicited junk e-mail sent to large numbers of people, promoting products, services, and in some cases, pornographic Web sites. ____________________
ANS: T PTS: 1 REF: HTML 117
2. A(n) tooltip is descriptive text that appears whenever a user positions the mouse pointer over a link. ____________________
ANS: T PTS: 1 REF: HTML 119
3. If a document to which you are linking is not on the same drive, you need to use a(n) relative link. ____________________
ANS: F, absolute
PTS: 1 REF: HTML 87
4. A(n) augmented structure is one in which each page is linked with the pages that follow and precede it. ____________________
ANS: F, linear
PTS: 1 REF: HTML 75