h2
Since UXP v2.0
A heading element, representing the second level in the document hierarchy.
This element is not theme-aware. If you want theme-aware elements, you should use the Spectrum UXP correlates, or you can style them manually based upon the prefers-color-scheme
media query.
See: https://developer.mozilla.org/en/docs/Web/HTML/Element/h2
Example
Copied to your clipboard<h2>Hello, world!</h2>
Spectrum UXP Correlate
When using Spectrum UXP, you can get a similar rendering using sp-heading
.
Copied to your clipboard<sp-heading>Hello, World</sp-heading>