You can let the properties from an existing CSS rule format the content, rather than applying additional rules; this is called ____.
A. inheritance
B. parenting
C. approximation
D. baselining
Answer: A
You might also like to view...
Answer the following statements true (T) or false (F)
1. In the following program outline the name var1 is visible (can be referenced) in the function fun. int fun (int a, int b); const int var1 = 5; int main () { … } int fun (int a, int b) { int c; … } 2. The string class is part of the C++ standard library. 3. The file money.h is called the implementation file. 4. A function prototype must be terminated with a semicolon. 5. It is best to wait until the whole program is written before testing your functions.
When you magnify a worksheet, Excel enlarges the view of the characters on the screen and displays more rows and columns.
Answer the following statement true (T) or false (F)
When something is drawn or placed on top of a bitmap image,the pixels in the image are resized, and whatever was beneath the new content lies there till it is deleted.
Answer the following statement true (T) or false (F)
You can change a folder's name by right-clicking the folder in the Folder List and then clicking the ____ command on the shortcut menu.
A. Rename B. Name C. New Name D. Change Name