![salesforce visualforce pages](https://adglob.in/blog/wp-content/uploads/2021/09/WhatsApp-Image-2021-09-11-at-12.37.33-AM-1024x577.jpeg)
In this guide we will discuss about Visualforce Pages in Salesforce. Visualforce pages are webpages that belong to Salesforce. These webpages are created using a unique tag-based Mark-up language. It is similar to HTML but it’s primary use is to access, display and update the organization’s data. The page is accessed by using a URL similar to that of a traditional webserver page.
Each tag in visual force language corresponds to some user interface component like section of a page, a list view or a field of an object. Interestingly, it can be easily mixed up with HTML markup, CSS style and Java libraries, etc.
Creating a Visualforce Page
Go to the link developer console → File → New → Visualforce page. The new window opens asking for a page name. Let us now call it HelloworldPage. Let us now write the code as shown in the following diagram.
![vf page 1](https://adglob.in/blog/wp-content/uploads/2021/09/vf_page_1-image.jpg)
Click Save. Then, click on Preview. This opens a new webpage showing the result as shown in the following screenshot.
![vf page 2](https://adglob.in/blog/wp-content/uploads/2021/09/vf_page_2-image.jpg)
Adding components
In this section, we will learn how to add components to a program that is already created. Let us add some user interface components to the program created above. We add a block and a section in that block by using the following code.
![vf page 3](https://adglob.in/blog/wp-content/uploads/2021/09/vf_page_3-image.jpg)
On previewing the page, we get the following output.
![vf page 4](https://adglob.in/blog/wp-content/uploads/2021/09/vf_page_4-image.jpg)
Setting Preferences
We can set the various settings for easy navigation by going to Help → Preferences.
![salesforce visualforce pages vf page 5](https://adglob.in/blog/wp-content/uploads/2021/09/vf_page_5-image.jpg)
Next Topic : Click Here
Pingback: Salesforce - Using Formula Fields | Adglob Infosystem Pvt Ltd