css.properties

initial-letter

The initial-letter property specifies styling for the first letter of a paragraph.

Formal Syntax

normal | <number [1,∞]> <integer [1,∞]> | <number [1,∞]> && [ drop | raise ]?

See specification

JavaScript Access

// Access via element.style
element.style.initialLetter = 'normal';

Browser Support

standard | MDN · Spec

FeatureChromeFirefoxSafariEdge
initial-letter1109110
normal1109110

Related Properties