PrepAway - Latest Free Exam Questions & Answers

What should a BPM application developer place within the Inline CSS of the coach view?

A company has a coach view that provides a list of questions within a Custom HTML
control. Refer to the screen shot of the coach view’s layout below. The company would like
all question paragraphs to be padded top, bottom, left, and right with 5 pixels and a
background of #EEEEEE. What should a BPM application developer place within the Inline
CSS of the coach view?

PrepAway - Latest Free Exam Questions & Answers

A.
<style> div.companyQuestions > p { padding: 5px; background: #EEEEEE; } </style>

B.
<style> div.company-question-container > p { padding: 5px; background: #EEEEEE; }
</style>

C.
div.company-question-container > p { padding: 5px; background: #EEEEEE; }

D.
div.companyQuestions > p { padding: 5px; background: #EEEEEE; }


Leave a Reply