Dynamic creation of pageBlockTable, sectionHeader, inputText(Visualforce components)
Sample code: Visualforce page: <apex:page standardController="Account" extensions="sample"> <!-- Dynamic creation of Section Header --> <apex:dynamicComponent componentValue="{!secHead}"/> <apex:form > <!-- Dynamic creation of pageBlock --> <apex:dynamicComponent componentValue="{!formSample}"/> </apex:form> ....