Identify the letter of the choice that best matches the phrase or definition.

A. A term that refers to the methods used to determine which style rules apply if more than one rule styles the same element
B. A separation among the boxes created by margins
C. Repeating an image
D. The element used to connect an HTML file to a CSS file, for example
E. A separate file that contains a CSS style code
F. A property that does not have a value of center or middle
G. A value that can represent color for the background-color property
H. The default value for the border property
I. A keyword that describes the position of the background image
J. A property value that repeats an image horizontally
K. A property that determines whether an image scrolls with the cursor
L. One of the keywords used as the border-width property value


A. cascade
B. breathing room
C. tiling
D. link
E. external style sheet
F. float
G. hexadecimal
H. none
I. bottom right
J. repeat-x
K. background-attachment
L. thin

Computer Science & Information Technology

You might also like to view...

What is displayed after line 6 is run?

``` 1 queue list; 2 list.push(“eggs”); 3 list.push(“milk”); 4 list.push(“bread”); 5 list.push(“cheese”); 6 cout << line.size(); 7 list.pop(); 8 cout << list.front(); 9 list.pop(); 10 list.pop(); 11 list.pop(); ``` A. true B. false C. 0 D. 4

Computer Science & Information Technology

The ________ file contains any changes made to the software not disclosed in the user manual

Fill in the blank(s) with correct word

Computer Science & Information Technology

To permanently delete an e-mail message in Outlook, you can hold down the ________ keys

Fill in the blank(s) with correct word

Computer Science & Information Technology

What is not a common format for a number control?

A) Currency B) Percent C) Accounting D) Comma

Computer Science & Information Technology