Using FieldSets in Visualforce
What is FieldSet?, A field set is a grouping of fields, for example UserInfo is
a field Set where it contains basic details like User firstName, lastName,
email, title, mobile, these can be grouped under a FieldSet
> Visualforce Page
<apex:page standardController="Account">
<!--