Salesforce Platform Developer I (legacy) — Question 6

Which three options allow a developer to use custom styling in a Visualforce page? (Choose three.)

Answer options

Correct answer: A, B, E

Explanation

The correct answers are A, B, and E because the <apex:stylesheet> tag allows linking to stylesheets, Inline CSS lets developers apply styles directly within the page, and a static resource can be used to store and reference CSS files. Options C and D are incorrect as <apex:style> does not exist, and <apex:stylesheets> is not a valid tag in Visualforce.