Hello world.page
Force.com Cookbook Sample Code
Chapter 13: Getting Started with Visualforce - Creating Your First Visualforce Page
To download all the code samples, access the Cookbook. -
<apex:page standardController="Account">
Hello {!$User.FirstName}!
<p>You belong to the {!account.name} account.</p>
</apex:page>
Sample code provided by salesforce.com. All rights reserved.
