Let's create a new page to display something where each developer starts with HelloWorld. You can create Visualforce pages in your developer console as well. Let's create our HelloWorld page:
- Open your Developer Console and click New in the navigation menu.
- Click the Visualforce page, choose a name, and click OK:
- Congratulations! You've created your first Visualforce page. The start tag and end tag are already in place, so now you can proceed with your page.
- Add some tags and attributes to the page, combined with HTML and CSS.
- Copy and paste the following code into the frame in your page and save the code: