Answers for "span wrap text"

CSS
1

span wrap html

span { 
    display:block;
    width:150px;
    word-wrap:break-word;
}
Posted by: Guest on March-08-2021
0

wrap a span

.test {
white-space:pre-wrap;
}
Posted by: Guest on April-29-2022

Browse Popular Code Answers by Language