h4
Since UXP v2.0
A heading element, representing the fourth 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/h4
Example
Copied to your clipboard<h4>Hello, world!</h4>
Spectrum UXP Correlate
When using Spectrum UXP, you can get a similar rendering using sp-heading
.
Copied to your clipboard<sp-heading size="XS">Hello, World</sp-heading>