Tampilkan Max Word dengan CSS

p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 75ch;
}
Long Ladybird