?Identify the style rule to left-align a paragraph element contained within a main article element.

A. ?main article {        text-align: left;               }
B. ?main p {        text-align: left;               }
C. ?main article p {        text-align: left;               }
D. ?main article p {        : %left;               }

Answer: C

Computer Science & Information Technology

You might also like to view...

The Alice editing area should be used to design an Alice program.

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

Computer Science & Information Technology

Will a C++ program compile and run if it has a call to a function that returns a value but no assignment operator in the call?

What will be an ideal response?

Computer Science & Information Technology