Salesforce Visualforce Pages Beginner component examples
What is Section Header and how to create?
If you are creating a new page and each page needs title and description, can be done by Section Header.
Code:
<apex:page >
<apex:sectionHeader title="Section1" subtitle="Subtitle1"...