Salesforce Platform Developer I (legacy) — Question 33
Which three web technologies can be integrated into a Visualforce page? (Choose three.)
Answer options
- A. JavaScript
- B. CSS
- C. Java
- D. PHP
- E. HTML
Correct answer: A, B, E
Explanation
JavaScript, CSS, and HTML are all compatible with Visualforce pages, allowing for enhanced interactivity and styling. Java and PHP, however, are server-side languages that cannot be directly integrated into Visualforce pages, making them incorrect options.