* To embed a Lightning component in a Visualforce page, the following are required: * A:<apex:includeLightning/>is necessary to include the Lightning framework on the Visualforce page. * C:$Lightning.use()initializes the Lightning app and is essential for using Lightning components. Why not other options? * B:$Lightning.createComponentis used for creating a specific Lightning component but is not enough on its own. * D:<apex:slds/>includes SLDS (Styling) but is unrelated to embedding Lightning components. * E: This is not a valid syntax. : Embedding Lightning Components in Visualforce