Test Bank for Basics of Web Design: HTML5 and CSS, 6th Edition
Preview Extract
Basics of Web Design, 6th Edition
Instructor Materials Chapter 2 Test Bank
Multiple Choice. Choose the best answer.
1. What element is used to configure a new paragraph?
a. new
b. paragraph
c. p
d. div
2. What element is used to create the largest heading?
a. h1
b. h9
c. head
d. h
3. Which element is used to force the browser to display the next text or element on a
new line?
a. line
b. p
c. br
d. hr
Page 1
Basics of Web Design, 6th Edition
Instructor Materials Chapter 2 Test Bank
4. Select the function of an e-mail link from the choices below.
a. automatically send you an e-mail message with the visitor’s e-mail address as
the reply-to field
b. launch the default e-mail application for the visitor’s browser with your e-mail
address as the recipient
c. display your e-mail address so that the visitor can send you a message later
d. link to your mail server
5. Choose the true statement below.
a. The content that displays in the browser is contained in the head section.
b. The content that displays in the browser is contained in the body section.
c. Information about the web page is contained in the body section.
d. All of the above are true.
6. What type of HTML list will automatically place a number in front of the items?
a. numbered list
b. ordered list
c. unordered list
d. description list
Page 2
Basics of Web Design, 6th Edition
Instructor Materials Chapter 2 Test Bank
7. What type of HTML list will automatically place a list marker, or bullet point, indicator
in front of each item?
a. bullet list
b. ordered list
c. unordered list
d. description list
8. What type of HTML list would be good to use to display a list of terms and their
definitions?
a. bullet list
b. ordered list
c. unordered list
d. description list
9. What element contains each item in an ordered or unordered list?
a. item
b. li
c. dd
d. dt
Page 3
Basics of Web Design, 6th Edition
Instructor Materials Chapter 2 Test Bank
10. Choose the elements that are used in a description list.
a. dt
b. dl
c. dd
d. all of the above
11. Choose the element that configures text to be indented from both the left and right
margins.
a. blockquote
b. p
c. h1
d. div
12. Choose the special character that is used to indicate a blank space.
a. ␣
b.
c. ©
d. &space;
Page 4
Basics of Web Design, 6th Edition
Instructor Materials Chapter 2 Test Bank
13. Choose the preferred element to use when emphasizing text that is intended to be
displayed in italic font style.
a. i
b. strong
c. em
d. b
14. Choose the preferred element to use when displaying text in italic font style when
there is no special emphasis on the words in the text.
a. em
b. i
c. strong
d. b
15. The text contained between title tags is:
a. Not displayed by browsers
b. Displayed in the title bar of the browser window
c. Not used by search engines
d. Never seen by your web page visitor.
16. The meta element is coded in the ___________ section of a web page document.
a. body
b. head
c. footer
d. DOCTYPE
Page 5
Basics of Web Design, 6th Edition
Instructor Materials Chapter 2 Test Bank
17. The element used to create a horizontal line on a web page is:
a. h1
b. br
c. hr
d. div
18. The purpose of the ________ element is to contain information that would typically
be some type of fine print or a disclaimer of some kind.
a. dd
b. small
c. legal
d. em
19. Select the true statement from the choices below.
a. A web page will not display in a browser unless it passes syntax validation
testing.
b. A web page must pass syntax validation testing before it is used.
c. Validation testing guarantees that your web page will looks good.
d. Invalid code may cause browsers to render the pages slower than otherwise.
20. Select the element used to hyperlink web pages to each other from the list below:
a. link
b. hyperlink
c. anchor
d. target
Page 6
Basics of Web Design, 6th Edition
Instructor Materials Chapter 2 Test Bank
21. Use the ______ element to create a generic area or section on a web page that is
physically separated from others.
a. div
b. strong
c. h1
d. small
22. When should you use a relative hyperlink?
a. Always, the W3C prefers relative hyperlinks
b. When you need to link to a web page internal to your website
c. When you need to link to a web page external to your website
d. Never, the W3C has deprecated relative hyperlinks
23. When should you use an absolute hyperlink?
a. Always, the W3C prefers absolute hyperlinks
b. When you need to link to a web page internal to your website
c. When you need to link to a web page external to your website
d. Never, the W3C has deprecated relative hyperlinks
24. How would you configure a hyperlink from the index.html file to another file named
services.html located in the same folder?
a. Services
b. Services
c. Services
d. Services
Page 7
Basics of Web Design, 6th Edition
Instructor Materials Chapter 2 Test Bank
25. The __________ attribute of the anchor element can cause the new web page to
open in its own browser window.
a. target
b. window
c. id
d. name
26. The purpose of the _______ element is used to configure the main navigation area
on a web page.
a. header
b. nav
c. navigation
d. command
27. The purpose of the ________ element is used to configure the heading for a web
page document or section of a web page document.
a. heading
b. nav
c. header
d. head
Page 8
Basics of Web Design, 6th Edition
Instructor Materials Chapter 2 Test Bank
28. The purpose of the ________ element is used to configure the footer information on
a web page document.
a. headings
b. foot
c. div
d. footer
29. Choose the preferred element to use when configuring important text that is intended
to be displayed a bold font style.
a. i
b. strong
c. em
d. b
30. Choose the preferred element to use when displaying text in a bold font style when
there is no special importance to the words in the text.
a. em
b. i
c. strong
d. b
Page 9
Basics of Web Design, 6th Edition
Instructor Materials Chapter 2 Test Bank
31. The purpose of the ________ element is used to configure the main content of a
web page document.
a. header
b. nav
c. main
d. content
32. Choose the element below that is used to configure an area on a web page that can
stand on its own and could potentially be syndicated.
a. div
b. section
c. article
d. aside
33. The ________ element indicates tangential or supplemental content.
a. header
b. nav
c. aside
d. section
34. . The ________ element indicates a portion of a document, like a chapter or specific
topic.
a. header
b. article
c. aside
d. section
Page 10
Basics of Web Design, 6th Edition
Instructor Materials Chapter 2 Test Bank
Answers.
1. c
2. a
3. c
4. b
5. b
6. b
7. c
8. d
9. b
10. d
11. a
12. b
13. c
14. b
15. b
16. b
17. c
18. b
19. d
20. c
21. a
22. b
23. c
Page 11
Basics of Web Design, 6th Edition
Instructor Materials Chapter 2 Test Bank
24. b
25. a
26. b
27. c
28. d
29. b
30. d
31. c
32. c
33. c
34. d
Page 12
Document Preview (12 of 102 Pages)
User generated content is uploaded by users for the purposes of learning and should be used following SchloarOn's honor code & terms of service.
You are viewing preview pages of the document. Purchase to get full access instantly.
-37%
Test Bank for Basics of Web Design: HTML5 and CSS, 6th Edition
$18.99 $29.99Save:$11.00(37%)
24/7 Live Chat
Instant Download
100% Confidential
Store
Mia Garcia
0 (0 Reviews)
Best Selling
The World Of Customer Service, 3rd Edition Test Bank
$18.99 $29.99Save:$11.00(37%)
Chemistry: Principles And Reactions, 7th Edition Test Bank
$18.99 $29.99Save:$11.00(37%)
Test Bank for Hospitality Facilities Management and Design, 4th Edition
$18.99 $29.99Save:$11.00(37%)
Solution Manual for Designing the User Interface: Strategies for Effective Human-Computer Interaction, 6th Edition
$18.99 $29.99Save:$11.00(37%)
Data Structures and Other Objects Using C++ 4th Edition Solution Manual
$18.99 $29.99Save:$11.00(37%)
2023-2024 ATI Pediatrics Proctored Exam with Answers (139 Solved Questions)
$18.99 $29.99Save:$11.00(37%)