CIW
1D0-610 · Question #95
1D0-610 Question #95: Real Exam Question with Answer & Explanation
Sign in or unlock 1D0-610 to reveal the answer and full explanation for question #95. The question stem and answer options stay visible for context.
CIW Site Development Associate
Question
When a developer wants to center a paragraph of text, which code should she use?
Options
- A<p text-align="center">This is the text to center</p>
- B<p "text-align: center"> This is the text to center</p>
- C<p style="text-align: center"> This is the text to center</p>
- D<p style: text-align="center"> This is the text to center</p>
Unlock 1D0-610 to see the answer
You've previewed enough free 1D0-610 questions. Unlock 1D0-610 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#inline CSS#text-align#HTML style attribute#CSS syntax