Answers for "line break is not working in html"

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

Browse Popular Code Answers by Language