Chapter 5 Webpage

Chapter 5 Mid term Web

35 cards   |   Total Attempts: 182
  

Cards In This Set

Front Back
1. The box properties are used to control the ____ of block-level elements.
Padding, margins, and border
2. The margin is used to create ____.
a white space around the border
---
----
4. Which of the margin property values do not need an accompanying measurement?
0
----
----
6. Which of the following code is invalid?
a. border: inset red thick; c. border: blue thin dotted; b. border: medium dashed black; d. Correct answer none of the above
7. The background-position property allows you to ____.
place a background image within an element
8. An external style sheet file extension is ____.
.css
9. In which part of XHTML code does the link to the external style sheet need to be included?
between <head> and </head> tags
10. The link element is an empty element and must end with ____ combination.
space-slash ( /)
11. CSS code should be validated for the accuracy of the ____ code.
b. CSS only
Case 5-1 Ethan would like to minimize his efforts in development of his Web site. Kyra is ready to help him to apply a variety of background properties. ____ 12. Ethan has a banner image that he would like always to be seen on the page, even as the user scrolls down the page. What property and its value does Kyra tell Ethan to use?
background-attachment and scroll
Ethan would like to use a background-image property to emphasize some headings, but he does not know which software he can use to develop that image. Kyra advices Ethan to use all of the following except ____.
Microsoft Word
14. The box model is a part of XHTML.
False
15. The padding properties are not used with images.
True