Answers for "html code for line doesnt break"

1

line break not working html

<p>If the line break is no working.<span>Then try using span and give it a block display like given below</span></p>


<!---CSS--->
span {
  display: block;
}

<!-- or otherwise use padding or margin -->
Posted by: Guest on July-14-2021
2

Line break in HTML with 'n'

white-space: pre-line;
Posted by: Guest on April-06-2020

Browse Popular Code Answers by Language