dc.Region

The <dc.Region> tag adds Aria attributes and header marking the beginning of a section of related content.

Attributes

  • Label: text to display as a header ( <h2> )

  • Hint: text to use only for Aria users

Usage Notes

Use either Label or Hint but not both.

Examples

<dc.Html Skeleton="template-name"> <dc.Body> <dc.Region Label="Region Title"> <p>region content</p> </dc.Region> </dc.Body> </dc.Html>

Output:

Region Title

region content

See Also