1. If you have several Web pages and need a consistent style that can be easily updated, __________ is a good choice.
a. DHTML
b. CSS
c. XML
d. both a and c
2. An external style sheet must be saved as a(n) __________ file.
a. .html
b. .xml
c. .ext
d. .css
3. A(n) __________ statement must be inserted into all Web pages in which you want to use an external style sheet.
a. index
b. connect
c. link
d. attach
4. All of the following are types of CSS, EXCEPT:
a. embedded.
b. inline.
c. dynamic.
d. external.
5. A __________ is a rule that defines the appearance of an element on a Web page.
a. style
b. view
c. format
d. cascade
6. A style __________ is a series of rules that defines the …show more content…
font-size
b. line-size
c. line-space
d. tracking
18. The padding property uses the __________ property code.
a. shorthand
b. abridged
c. concatenated
d. indexed
19. In the padding property statement, padding: 25px 50px 75px 100px; the top padding is:
a. 100px
b. 75px
c. 50px
d. 25px
20. In the padding property statement, padding: 25px 50px 75px; the left padding is:
a. 100px.
b. 75px.
c. 50px.
d. …show more content…
The __________ is a very useful unit in CSS because it adapts automatically to the font size that the Web page visitor uses.
a. ex
b. em
c. pica
d. point
22. Which of the following is a measurement value for padding?
a. &
b. pt
c. er
d. pd
23. One __________ is the x-height of a font.
a. pc
b. ex
c. pt
d. em
24. The measurement x-height is usually about __________ the font size.
a. one-eighth
b. one-quarter
c. half
d. double
25. A(n) __________ is equivalent to 1/72 of an inch.
a. pica
b. point
c. pixel
d. em
26. The ____ code sets the style so that the Web page element remains constant and does not move.
a. placement: fixed
b. index: permanent
c. order: absolute
d. position: absolute
27. The ____ property value generates an absolutely positioned element, positioned relative to the browser window.
a. absolute
b. relative
c. fixed
d. static
28. You can specify font-weight using numerical values from ____.
a. 1 to 10
b. 100 to 900
c. 100 to 1000
d. 1000 to 5000
29. With external style sheets, the link statement is placed between the ____ tags.
a. <html> </html>
b. <body> </body>
c. <head> </head>
d. <css> </css>
30. The ____ model describes the structure of the elements that are displayed on the Web page.
a. space
b. spatial
c. visual
d.