Place a punctuation mark (if any) outside the start edge of the first line in the p element:
![]()
The hanging-punctuation property is not supported in any of the major browsers.
The hanging-punctuation property specifies whether a punctuation mark may be placed outside the line box at the start or at the end of a full line of text.
| Default value: | none |
|---|---|
| Inherited: | yes |
| Version: | CSS3 |
| JavaScript syntax: | object.style.hangingPunctuation="first" |
| Value | Description |
|---|---|
| none | No punctuation mark may be placed outside the line box at the start or at the end of a full line of text |
| first | Punctuation may hang outside the start edge of the first line |
| last | Punctuation may hang outside the end edge of the last line |
| allow-end | Punctuation may hang outside the end edge of all lines if the punctuation does not otherwise fit prior to justification |
| force-end | Punctuation may hang outside the end edge of all lines. If justification is enabled on this line, then it will force the punctuation to hang |
Your message has been sent to W3Schools.