* In Visualforce, to specify a standard controller for a custom object, the syntax is controller=" ObjectName__c". * To add custom functionality, you can use an extensions attribute to include a controller extension. Why not other options? * A: The correct syntax is controller, not standardController, for custom objects. * B and C: These are syntactically incorrect. References: * Visualforce Pages Documentation