Answers for "why text in p tag not wrapping"

CSS
2

css p tag text wrap

p { 
  /*  That create a ne line, when he word is to long*/
  word-break: break-all 
}
Posted by: Guest on May-19-2020
0

html text not wrapping

p{
  white-space: normal;
}
Posted by: Guest on March-28-2022

Browse Popular Code Answers by Language