Case-Based Critical Thinking Question
?
Tim just started working as an intern for a local television station. He is responsible for maintaining the station's website, and he is learning CSS as fast as he can.
When working on the horizontal alignment of text, Tim wants the article paragraph to use the same text-alignment as the enclosing element so he uses the ______ text-align value.

A. center
B. justify
C. inherit
D. left


Answer: C

Computer Science & Information Technology

You might also like to view...

What will be the values of x aand y after the following code is executed?

``` int x = 12, y = 5; x += y--; ``` a. x = 12, y = 5 b. x = 16, y = 4 c. x = 17, y = 5 d. x = 17, y = 4

Computer Science & Information Technology

Which of the following will cause a syntax error, if you are trying to compare x to 5?

A. if (x == 5) B. if (x = 5) C. if (x <= 5) D. if (x >= 5)

Computer Science & Information Technology

To add text to a SmartArt graphic, you can type in the shape placeholders or you can open the ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

The subscript and superscript styles lower or raise text vertically, as well as resize it.?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology