Heading component, take care of the correct heading hierarchy which can be adjusted through the tag
property. Keep in mind that the visual appearance must not always be identical with the semantic hierarchy.h1 per page that describes what that page is about.tag prop to reflect the semantic hierarchy, not just visual size.h1 per page.<p-heading tag="h1" size="xl">
Configure your Porsche
</p-heading>
<p-heading tag="h4" size="md">
Delivery options
</p-heading><p-heading tag="h1" size="xl">
Configure your Porsche
</p-heading>
<p-heading tag="h2" size="md">
Delivery options
</p-heading>