You are here : cssCSS 3hanging-punctuation

hanging-punctuation - CSS 3

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.


Syntax

hanging-punctuation: none|first|last|allow-end|force-end|initial|inherit;


Example

p
	{
	   
	hanging-punctuation: first;
	}


Output / Return Value


Limitations


Alternatives / See Also


Reference