Google News
logo
CSS - Interview Questions
What is CSS hanging-punctuation Property?
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.
 
Example :
 
p {
   hanging-punctuation: first;
}
Advertisement