Create a Visualforce Page

Now we need a Visualforce page to bring the AccountViewer controller to life.
  1. Create a Visualforce page with the label Account Viewer and the name AccountViewer.
  2. Replace your page’s default contents with this code.
  3. Save AccountViewer.page.